fs_read_file
Read a file from disk and retrieve its text content along with encoding details and line endings format.
Instructions
Read a file from disk and return its content as text.
Returns: {"path", "content", "eol_style", "has_bom", "encoding"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |