diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 14:36:49 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 14:36:49 -0400 |
| commit | 7cd67dd7f3ebf38a2a65c6756090936f9a1b3b03 (patch) | |
| tree | 6407b1b0836ea0d474b4822ef888cb6c6eaba7ae /stdlib/paths.h | |
| parent | e3c1dd2df5a593829a4d5864f8ff7ea4582da55c (diff) | |
Add file globbing
Diffstat (limited to 'stdlib/paths.h')
| -rw-r--r-- | stdlib/paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/paths.h b/stdlib/paths.h index 39089f54..551467e9 100644 --- a/stdlib/paths.h +++ b/stdlib/paths.h @@ -47,6 +47,7 @@ Path_t Path$parent(Path_t path); Text_t Path$base_name(Path_t path); Text_t Path$extension(Path_t path, bool full); Closure_t Path$by_line(Path_t path); +Array_t Path$glob(Path_t path); #define Path$hash Text$hash #define Path$compare Text$compare |
