Sets the current directory.
public static void setCurrentDirectory( String path )
path
Path of the new current directory.
WinIOException thrown if an error occurs.
The path parameter specifies the path to the new current directory. This parameter can be a relative path or a fully qualified path. In either case, the fully qualified path of the specified directory is calculated and stored as the current directory.
See Also getCurrentDirectory