mirror of
https://github.com/samsonjs/FileOtter.git
synced 2026-03-25 08:25:49 +00:00
6 lines
257 B
Markdown
6 lines
257 B
Markdown
# FileOtter
|
|
|
|
A sleek way to interact with the filesystem in Swift. Heavily inspired by Ruby's `[Dir][]` and `[File][]` classes from the standard library.
|
|
|
|
[Dir]: https://docs.ruby-lang.org/en/3.3/Dir.html
|
|
[File]: https://docs.ruby-lang.org/en/3.3/File.html
|