UtilDirectoryIsMountPoint(String) Method

Determines whether whether the specified directory is a mount point.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: 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
)

Parameters

dirPath  String
The full directory path.

Return Value

Boolean
if the specified directory is a mount point; otherwise, .

Exceptions

DirectoryNotFoundException
Win32Exception

See Also