IFileSystem.CreateDirectory method
Creates a directory.
public void CreateDirectory(string path)
| parameter | description |
|---|---|
| path | The path of the directory to create. |
See Also
- interface IFileSystem
Creates a directory.
public void CreateDirectory(string path)
| parameter | description |
|---|---|
| path | The path of the directory to create. |