Skip to content

IFileSystem.CreateDirectory method

Creates a directory.

public void CreateDirectory(string path)
parameter description
path The path of the directory to create.

See Also