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