The more I play with FS, which is quite awesome, the more I'm wishing for an easier way to create an FSReference. I'm particularly confused by the resolve semantics. Consider the following attempts to create an FSReference from a path string:
* FSFilesystem disk root resolve: '/path/to/file.ext'. -> a valid FSReference
* FSFilesystem disk resolve: '/path/to/file.ext'. -> anFSAbsolutePath
* FSReference / 'path/to/file.ext' -> an invalid FSReference (self exists -> false)
Cheers,
Sean