FileSystemEntry
isDirectorybooleanrequired
Whether this is a directory
isReadablebooleanrequired
Whether the entry is readable
namestringrequired
Name of the file or directory
pathstringrequired
Full path to the entry
FileSystemEntry
{
"isDirectory": true,
"isReadable": true,
"name": "Documents",
"path": "/home/user/Documents"
}