UtilDirectoryIsSymbolicLink(String) Method
Determines whether whether the specified directory is a symbolic link.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsSymbolicLink(
string dirPath
)
Public Shared Function IsSymbolicLink (
dirPath As String
) As Boolean
Dim dirPath As String
Dim returnValue As Boolean
returnValue = UtilDirectory.IsSymbolicLink(dirPath)
public:
static bool IsSymbolicLink(
String^ dirPath
)
static member IsSymbolicLink :
dirPath : string -> bool
No code example is currently available or this language may not be supported.
- dirPath String
-
The full directory path.
Boolean if the specified directory is a symbolic link;
otherwise,
.
DirectoryNotFoundException
|
|
Win32Exception
|
|