VDirectoryInfo.CreateSubdirectory Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
CreateSubdirectory(String)
Method creates a subdirectory for the specified path.
Any non-existent parent directory is created as well.
Declaration
public VDirectoryInfo CreateSubdirectory(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | Path of the subdirectory relative to this directory path. |
Returns
| Type | Description |
|---|---|
| VDirectoryInfo | An instance of the VDirectoryInfo that represents created subdirectory. |