diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2026-02-22 09:41:09 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2026-02-22 09:41:09 -0500 |
| commit | bc89c94c76ce5b50f7b1508dd8d4be4bd37a50f5 (patch) | |
| tree | c97236572f818d9727e13e68849063039929f43f /src/environment.c | |
| parent | 6128ee2156daa900f4528375b66dfaad525108f8 (diff) | |
Fixes for Path.with_extension()dev
Diffstat (limited to 'src/environment.c')
| -rw-r--r-- | src/environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.c b/src/environment.c index 82d20373..05a27c8d 100644 --- a/src/environment.c +++ b/src/environment.c @@ -338,6 +338,7 @@ env_t *global_env(bool source_mapping) { {"sibling", "Path$sibling", "func(path:Path, name:Text -> Path)"}, // {"subdirectories", "Path$children", "func(path:Path, include_hidden=no -> [Path])"}, // {"unique_directory", "Path$unique_directory", "func(path:Path -> Path)"}, // + {"with_extension", "Path$with_extension", "func(path:Path, extension:Text, replace:Bool=yes -> Path)"}, // {"write", "Path$write", "func(path:Path, text:Text, permissions=Int32(0o644) -> Result)"}, // {"writer", "Path$writer", "func(path:Path, append=no, permissions=Int32(0o644) -> func(text:Text, close=no -> Result))"}, // |
