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.2.27026.0
Syntax public bool IsThisDrivePath(
string path
)
Public Function IsThisDrivePath (
path As String
) As Boolean
public:
bool IsThisDrivePath(
String^ path
)
member IsThisDrivePath :
path : string -> bool
Parameters
- path
- Type: SystemString
Path to check.
Return Value
Type:
BooleanTrue if the path under this drive, false - otherwise.
See Also