aboutsummaryrefslogtreecommitdiff
path: root/stdlib/paths.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-29 14:36:49 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-29 14:36:49 -0400
commit7cd67dd7f3ebf38a2a65c6756090936f9a1b3b03 (patch)
tree6407b1b0836ea0d474b4822ef888cb6c6eaba7ae /stdlib/paths.h
parente3c1dd2df5a593829a4d5864f8ff7ea4582da55c (diff)
Add file globbing
Diffstat (limited to 'stdlib/paths.h')
-rw-r--r--stdlib/paths.h1
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