Click or drag to resize

EngineWindowsIsThisDrivePath Method

IT Hit User File System
Returns true if the path is under this drive. False - otherwise.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public bool IsThisDrivePath(
	string path
)

Parameters

path
Type: SystemString
Path to check.

Return Value

Type: Boolean
True if the path under this drive, false - otherwise.
See Also