Click or drag to resize

DirectoryReadOnlyException Constructor (String)

[AlphaFS] Initializes a new instance of the DirectoryReadOnlyException class.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public DirectoryReadOnlyException(
	string path
)

Parameters

path
Type: SystemString
The path to the directory.
See Also