DirectoryDeleteJunction Method (KernelTransaction, String) |
[AlphaFS] Deletes an NTFS 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 static void DeleteJunction(
KernelTransaction transaction,
string junctionPath
)
Public Shared Sub DeleteJunction (
transaction As KernelTransaction,
junctionPath As String
)
public:
static void DeleteJunction(
KernelTransaction^ transaction,
String^ junctionPath
)
static member DeleteJunction :
transaction : KernelTransaction *
junctionPath : string -> unit
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - junctionPath
- Type: SystemString
The path of the junction point to remove.
Return Value
Type:
A
DirectoryInfo instance referencing the junction point.
Exceptions See Also