UtilFileIsSymbolicLink(String) Method
Determines whether whether the specified file 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 filePath
)
Public Shared Function IsSymbolicLink (
filePath As String
) As Boolean
Dim filePath As String
Dim returnValue As Boolean
returnValue = UtilFile.IsSymbolicLink(filePath)
public:
static bool IsSymbolicLink(
String^ filePath
)
static member IsSymbolicLink :
filePath : string -> bool
No code example is currently available or this language may not be supported.
- filePath String
-
The full file path.
Boolean if the specified file is a symbolic link;
otherwise,
.
FileNotFoundException
|
|
Win32Exception
|
|