File system entry.
KEY | TYPE | Description |
---|---|---|
name | str | The name of the file/folder |
type | str | The type of entry (file/folder) |
path | str | The path of the entry |
size | int | The size of the entry in bytes |
modified | int | The last modified timestamp |
isFolderEmpty | bool | Whether the folder is empty (only for folders) |
children | list | List of child FSEntry objects (only for folders) |