Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 500 Bytes

file-system-entry-info.md

File metadata and controls

27 lines (18 loc) · 500 Bytes

File System Entry Info

Class FileSystemEntryInfo.

Structure

FileSystemEntryInfo

Fields

Name Type Tags Description
name string Optional Gets the name.
path string Optional Gets the path.
mtype FileSystemEntryTypeEnum Optional Gets the type.

Example (as JSON)

{
  "Name": null,
  "Path": null,
  "Type": null
}