FileSystemEntry
is_directorybooleanrequired
Whether this is a directory
is_readablebooleanrequired
Whether the entry is readable
namestringrequired
Name of the file or directory
pathstringrequired
Full path to the entry
FileSystemEntry
{
"is_directory": true,
"is_readable": true,
"name": "Documents",
"path": "/home/user/Documents"
}