Click or drag to resize

DirectoryNotEmptyException Constructor (String, Boolean)

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

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public DirectoryNotEmptyException(
	string path,
	bool isPath
)

Parameters

path
Type: SystemString
The path to the directory.
isPath
Type: SystemBoolean
Always set to true when using this constructor.
See Also