VDirectory.CreateDirectory Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
CreateDirectory(String)
Method creates a directory denoted by the path
. Any non-existent parent directory on the path
is created as well.
Declaration
public static VDirectoryInfo CreateDirectory(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path to the directory that should be created. |
Returns
Type | Description |
---|---|
VDirectoryInfo | A new instance of the VDirectoryInfo that represents created directory. |