FileOtter/Readme.md
2024-04-24 20:22:13 -07:00

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