Path Data Type

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

Example

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