Path Data Type

Abstract Type
Implemented Interfaces
IterableOfPath
Properties
name data type constraints description
absolute boolean required boolean
nameCount number required int
fileName Path  
parent Path  
root Path  
fileSystem FileSystem  

Example

{
  "absolute" : true,
  "nameCount" : 12345,
  "fileName" : {
    "absolute" : true,
    "nameCount" : 12345,
    "fileName" : { },
    "parent" : { },
    "root" : { },
    "fileSystem" : {
      "fileStores" : { },
      "userPrincipalLookupService" : { },
      "separator" : "...",
      "open" : true,
      "rootDirectories" : { },
      "readOnly" : true
    }
  },
  "parent" : {
    "absolute" : true,
    "nameCount" : 12345,
    "fileName" : { },
    "parent" : { },
    "root" : { },
    "fileSystem" : {
      "fileStores" : { },
      "userPrincipalLookupService" : { },
      "separator" : "...",
      "open" : true,
      "rootDirectories" : { },
      "readOnly" : true
    }
  },
  "root" : {
    "absolute" : true,
    "nameCount" : 12345,
    "fileName" : { },
    "parent" : { },
    "root" : { },
    "fileSystem" : {
      "fileStores" : { },
      "userPrincipalLookupService" : { },
      "separator" : "...",
      "open" : true,
      "rootDirectories" : { },
      "readOnly" : true
    }
  },
  "fileSystem" : {
    "fileStores" : { },
    "userPrincipalLookupService" : { },
    "separator" : "...",
    "open" : true,
    "rootDirectories" : { },
    "readOnly" : true
  }
}