OBJECT

ContextualDirectoryInfo

Describes a directory in a contextual virtualized filesystem.

  • type ContextualDirectoryInfo implements DirectoryInfo {
  • # The last modified time of the directory, in UTC.
  • lastModifiedTime: DateTime!
  • # The creation time of the directory, in UTC.
  • createdTime: DateTime!
  • # The path of the file on the realized operating system.
  • osPath: OSDirectoryPath!
  • # The path of this directory relative to the context of the virtualized
  • # filesystem.
  • path: DirectoryPath!
  • # The name of the directory.
  • name: String!
  • }