Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1935,8 +1935,8 @@ which will halt execution.

#### Filesystem Access

- `path_exists(path)` - Returns `true` if the path points at an existing entity
and `false` otherwise. Traverses symbolic links, and returns `false` if the
- `path_exists(path)` - Returns the string `true` if the path points at an existing entity
and the string `false` otherwise. Traverses symbolic links, and returns the string `false` if the
path is inaccessible or points to a broken symlink.
- `read(path)`<sup>1.39.0</sup> - Returns the content of file at `path` as
string.
Expand Down