UtilDirectoryIsMountPoint(DirectoryInfo) 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(
	DirectoryInfo directory
)

Parameters

directory  DirectoryInfo
The directory.

Return Value

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

See Also