JohnSundell / Files

A nicer way to handle files & folders in Swift
MIT License
2.53k stars 182 forks source link

Enable referring to locations using the current folder’s path #89

Open JohnSundell opened 5 years ago

JohnSundell commented 5 years ago

This change enables files and folders to be referred to using a path that starts with ./. While this is redundant when using Files, since paths are assumed to start at the current folder, it’s useful when accepting file paths as input, and to better conform to system conventions.