'Usage Dim instance As IsolatedFolder Dim path As String Dim value As Boolean value = instance.IsPathRooted(path)
Parameters
- path
- The path to verify.
Return Value
true if the path is rooted (for example "\folder"); false otherwise. (for example "folder")