diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-27 02:01:57 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-27 02:02:03 -0800 |
| commit | 3142ef46a3385b209f29d843cf20c8f02ad65905 (patch) | |
| tree | 4c1b4a9ad6c9166e266e6053fc725e35e921422f /lib/filesystem | |
| parent | 965624714e41d295a998ecc29ffc1792062d94b1 (diff) | |
Added 'make directory' API
Diffstat (limited to 'lib/filesystem')
| -rw-r--r-- | lib/filesystem/init.nom | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/filesystem/init.nom b/lib/filesystem/init.nom index 3e819f8..4ce21e4 100644 --- a/lib/filesystem/init.nom +++ b/lib/filesystem/init.nom @@ -31,6 +31,7 @@ external: $file, line number at $source.stop ..: add ($file, line $) ], joined with "\n" - + $(spoof file $text) = $Files.spoof $(spoof file $filename = $text) = $Files.spoof + $(make directory $path) = $Files.make_directory |
