Luc Fabresse wrote
I guess those ones also make it:
FSFilesystem disk root / 'dev'
(FSPath / 'dev') asReference
Thanks, Luc. The reason I didn't use either of those is that I had an absolute path string, and using either with '/dev' instead of 'dev' produces '//dev' as a result.
Sean