IOUtilitiesIsPathRooted Method |
Gets a value indicating whether the specified path string contains a root.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static bool IsPathRooted(
string path
)
Parameters
- path
- Type: SystemString
The path to test.
Return Value
Type:
Booleantrue if path contains a root; false otherwise.
See Also