Creates a new directory.
public static void createDirectory( String path )
path
The path of the directory to create.
WinIOException thrown if an error occurs.
Except for the last element, the specified path must designate an existing directory. The last element in the path specifies the name of the new directory to create. It is an error if a file or directory with that name exists.
See Also createDirectories, removeDirectory