Click or drag to resize

DirectoryCreateDirectory Method (String, Boolean, PathFormat)

[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static DirectoryInfo CreateDirectory(
	string path,
	bool compress,
	PathFormat pathFormat
)

Parameters

path
Type: SystemString
The directory to create.
compress
Type: SystemBoolean
When compresses the directory.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Return Value

Type: DirectoryInfo
An object that represents the directory at the specified path. This object is returned regardless of whether a directory at the specified path already exists.
Exceptions
See Also