How do I link to a LOCAL file (not URL) ?

This must be simple, and obviously, PCs can do it, but I cannot figure it out on a mac.


I am trying to populate a spreadsheet with links to the files on the server so my team can easily find and open the files. Surely there is a simple way?

Posted on Jan 27, 2021 9:34 AM

Reply
8 replies

Jan 31, 2021 1:37 PM in response to lucy kafka

The problem is Microsoft against the rest of the civilized world. They have their so-called Uniform Naming Convention that is intended for use within their walled garden client/server realm and doesn't play nice in shared platform environments.


Microsoft:

file:///C:/Users/someuser/desktop/thisfile.txt
\\servername@SSL@443\Share Name\Folder Name\file.txt


UNIX (macOS) and Linux

file:///Users/someuser/Desktop/thisfile.txt
https://servername:443/Share%20Name/Folder%20Name/file.txt
smb://servername/Share%20Name/Folder%20Name/file.txt


So, without some namespace converter from Microsoft UNC to common sense, you cannot send emails to someone with a Microsoft UNC format that is receiving Mail on UNIX or Linux and have it just work without requiring conversion to a format that the current platform understands.


A converter to do this is not pretty, or simple to code.

Jan 31, 2021 11:16 AM in response to lucy kafka

It might be functional from a corporate server perspective, but I would never send anyone a link to a local file on my Mac. They couldn't get to it, anyway. Apple seems to have abandoned its efforts in a corporate environment.

You can create them in Office documents.


In the file system, shares are mounted at /Volumes. Nothing, generally, knows the server path from which those were mounted. It can be found, and you could probably create a shell script to build such a method and embed it into an Automator Quick Action.

Jan 27, 2021 6:46 PM in response to lucy kafka

lucy kafka Said:

"How do I link to a LOCAL file (not URL) ?: This must be simple, and obviously, PCs can do it, but I cannot figure it out on a mac. I am trying to populate a spreadsheet with links to the files on the server so my team can easily find and open the files. Surely there is a simple way?"

-------


Permissions:

An error messages about not being able to access it? If so, it may be a permission issue. So Right-Click: on the file > Select: Get Info > and Share it with particular users.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do I link to a LOCAL file (not URL) ?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.