Get Path Info
filesystem
Get Path Info
Gets detailed information about a file or directory.
GET
Get Path Info
Documentation Index
Fetch the complete documentation index at: https://docs.cuse.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Response
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"