Get File Info
file_infoRetrieve metadata for files and directories, including size, timestamps, permissions, and type, by providing a path.
Instructions
Get metadata about a file or directory: size, created/modified dates, permissions, and type.
Args:
path (string): Path to inspect.
Returns: size in bytes, created/modified timestamps, POSIX permission bits, and whether it's a directory or symlink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to inspect |