|
PathIsRoot Parses a path to determine if it is a directory root. VB4-32,5,6 Declare Function PathIsRoot Lib "shlwapi.dll" Alias "PathIsRootA" (ByVal pszPath As String) As Long |
Operating Systems Supported |
Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 4.0 or later); Requires Windows 98 (or Windows 95 with Internet Explorer 4.0 or later) |
· pPath Address of the path to be validated. |
Returns TRUE if the specified path is a root, or FALSE otherwise. |
|
|
|