filesystem
Get Path Info
Gets detailed information about a file or directory.
GET
Path Parameters
Response
200
application/json
Successfully retrieved path information
File or directory name
Example:
"document.txt"
Full path to the file or directory
Example:
"/home/user/documents/document.txt"
Type of entry: 'file' or 'directory'
Example:
"file"
Size in bytes
Example:
1024
Last modification time
Example:
"2024-03-10T12:34:56"
Whether the file/directory is hidden
Example:
false
File extension if applicable
Example:
"txt"