Is there a way to return the full path/alias to a file if it's located on an smb server on MacOS?
This is what I'm starting with:
> exiftool -filepath [dir]
/Volumes/[ServerName]/[Folder]/[file]
If it's on an smb server, would like it to return: smb://[VolumeName]/[ServerName]/[Folder]/[file]
ExifTool doesn't know any details about the filesystem itself. Also, I wouldn't even know how to do this.
- Phil
OK, thank you. I know it can be done with a combination of AppleScript and Terminal commands. Will consult some folks that I know can do this and see if they can help me... I have that code, it's just a bit over my head.