Click or drag to resize

DirectoryDeleteJunction Method

Overload List
  NameDescription
Public methodStatic memberDeleteJunction(String)
[AlphaFS] Deletes an NTFS directory junction.

 

Remarks

Only the directory junction is removed, not the target.

Public methodStatic memberDeleteJunction(String, PathFormat)
[AlphaFS] Deletes an NTFS directory junction.

 

Remarks

Only the directory junction is removed, not the target.

Public methodStatic memberDeleteJunction(String, Boolean)
[AlphaFS] Deletes an NTFS directory junction.

 

Remarks

Only the directory junction is removed, not the target.

Public methodStatic memberDeleteJunction(KernelTransaction, String)
[AlphaFS] Deletes an NTFS directory junction.

 

Remarks

Only the directory junction is removed, not the target.

Public methodStatic memberDeleteJunction(String, Boolean, PathFormat)
[AlphaFS] Deletes an NTFS directory junction.

 

Remarks

Only the directory junction is removed, not the target.

Public methodStatic memberDeleteJunction(KernelTransaction, String, PathFormat)
[AlphaFS] Deletes an NTFS directory junction.

 

Remarks

Only the directory junction is removed, not the target.

Public methodStatic memberDeleteJunction(KernelTransaction, String, Boolean)
[AlphaFS] Deletes an NTFS directory junction.

 

Remarks

Only the directory junction is removed, not the target.

Public methodStatic memberDeleteJunction(KernelTransaction, String, Boolean, PathFormat)
[AlphaFS] Deletes an NTFS directory junction.

 

Remarks

Only the directory junction is removed, not the target.

Top
See Also