Click or drag to resize

DirectoryExistsJunction Method

Overload List
  NameDescription
Public methodStatic memberExistsJunction(String)
[AlphaFS] Determines whether the given path refers to an existing directory junction on disk.

Return Value

Type: 

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.

 

Remarks

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.

Public methodStatic memberExistsJunction(String, PathFormat)
[AlphaFS] Determines whether the given path refers to an existing directory junction on disk.

Return Value

Type: 

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.

 

Remarks

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.

Public methodStatic memberExistsJunction(KernelTransaction, String)
[AlphaFS] Determines whether the given path refers to an existing directory junction on disk.

Return Value

Type: 

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.

 

Remarks

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.

Public methodStatic memberExistsJunction(KernelTransaction, String, PathFormat)
[AlphaFS] Determines whether the given path refers to an existing directory junction on disk.

Return Value

Type: 

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.

 

Remarks

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.

Top
See Also