filesystem bindings
- Dominant language
- Rust
- Stars
- 147
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
improvements to [filesystem bindings](https://github.com/foundpatterns/torchbear/blob/master/src/bindings/system/fs.rs), from [lighttouch's fs workarounds](https://github.com/foundpatterns/lighttouch-base/blob/master/fs.lua) and [gut's fs workarounds](https://github.com/foundpatterns/gut/blob/master/extras.lua)
- [x] [rm -r](https://doc.rust-lang.org/std/fs/fn.remove_dir_all.html)
- [x] [touch](https://github.com/foundpatterns/torchbear/commit/c2f9fc6eef2c29c8520f8b00300981f750d90736#diff-adbcdfda7e8740bf97ef918f6190cfa2)
- [x] [join](https://github.com/foundpatterns/torchbear/commit/47024c60f3334a683f33f547cdc32c2cbd6d7e74#diff-3428af05ba62ebcd4ebc826e08011e2f)
- [x] [symlink](https://doc.rust-lang.org/std/fs/index.html?search=symlink)
- [x] current working directory
- [x] remove_file
- [x] move_file
- [ ] move_dir
- [ ] #283
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.