DirectoryInfoDeleteJunction Method (Boolean) |
[AlphaFS] Removes the directory junction.
Remarks Only the directory junction is removed, not the target.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public void DeleteJunction(
bool removeDirectory
)
Public Sub DeleteJunction (
removeDirectory As Boolean
)
public:
void DeleteJunction(
bool removeDirectory
)
member DeleteJunction :
removeDirectory : bool -> unit
Parameters
- removeDirectory
- Type: SystemBoolean
When , also removes the directory and all its contents.
Return Value
Type:
A
DirectoryInfo instance referencing the junction point.
Exceptions See Also