DirectoryExistsJunction Method (KernelTransaction, String) |
Returns if junctionPath refers to an existing directory junction.
Returns if the directory junction does not exist or an error occurs when trying to determine if the specified file exists.
The Exists method returns if any error occurs while trying to determine if the specified file exists.
This can occur in situations that raise exceptions such as passing a file name with invalid characters or too many characters,
a failing or missing disk, or if the caller does not have permission to read the file.
Namespace: Alphaleonis.Win32.Filesystem
public static bool ExistsJunction( KernelTransaction transaction, string junctionPath )
[Missing <returns> documentation for "M:Alphaleonis.Win32.Filesystem.Directory.ExistsJunction(Alphaleonis.Win32.Filesystem.KernelTransaction,System.String)"]