DirectoryNotEmptyException Constructor (String, Boolean) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DirectoryNotEmptyException(
string path,
bool isPath
)
Public Sub New (
path As String,
isPath As Boolean
)
public:
DirectoryNotEmptyException(
String^ path,
bool isPath
)
new :
path : string *
isPath : bool -> DirectoryNotEmptyException
Parameters
- path
- Type: SystemString
The path to the directory. - isPath
- Type: SystemBoolean
Always set to true when using this constructor.
See Also