On MacOS, I have several external hard disks attached, and a virtual disk connected via the WEBDAV protocol.
I've tried to use SetDirectory to get access to the file system on both external hard disks, and the WEBDAV virtual disk. In each case SetDirectory fails with
SetDirectory: Cannot set current directory to LaCie
The commands I've tried are
SetDirectory["/uwramadison.org/"]
Or
SetDirectory["/uwramadison.org/resources"]
Resources is a directory on the WEBDAV virtual disk with the name "uwramadison.org", which comes from the URL used defining the WEBDAV connection "http://uwramadison.org/resources".
Is there method to reference mounted filesystems in WL?