UtilDirectoryIsMountPoint(String) Method
Determines whether whether the specified directory is a mount point.
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 IsMountPoint(
string dirPath
)
Public Shared Function IsMountPoint (
dirPath As String
) As Boolean
Dim dirPath As String
Dim returnValue As Boolean
returnValue = UtilDirectory.IsMountPoint(dirPath)
public:
static bool IsMountPoint(
String^ dirPath
)
static member IsMountPoint :
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 mount point;
otherwise,
.
DirectoryNotFoundException
|
|
Win32Exception
|
|