diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-09 15:02:47 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-09 15:02:47 -0400 |
| commit | e61096d6eb426747376cf8d8c6f46c62b583eb8e (patch) | |
| tree | de3f98a30772c47bf1a7024edd23ccb5af842e1a /environment.c | |
| parent | 013fbe22e043320c3154d2b21bfeab733128ed1d (diff) | |
Fix up ini example
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c index c65edac1..97beaa5a 100644 --- a/environment.c +++ b/environment.c @@ -259,6 +259,7 @@ env_t *new_compilation_unit(CORD *libname) {"files", "Path$children", "func(path:Path, include_hidden=no)->[Path]"}, {"is_directory", "Path$is_directory", "func(path:Path, follow_symlinks=yes)->Bool"}, {"is_file", "Path$is_file", "func(path:Path, follow_symlinks=yes)->Bool"}, + {"is_pipe", "Path$is_pipe", "func(path:Path, follow_symlinks=yes)->Bool"}, {"is_socket", "Path$is_socket", "func(path:Path, follow_symlinks=yes)->Bool"}, {"is_symlink", "Path$is_symlink", "func(path:Path)->Bool"}, {"parent", "Path$parent", "func(path:Path)->Path"}, |
