Forum Discussion
Shortcuts in SharePoint
PamDeGraffenreid
This is my situation:
I have a synced/shared folder with the path
C:/Users/myuser/Example Tenant/Example Site - Documents
In that folder, I have a file with the path
C:/Users/myuser/Example Tenant/Example Site - Documents/Target File.docx
I do the following:
1. Right-click the file
2. Select "Create shortcut"
3. Rename the shortcut to "Shortcut to Target File"
The path of the shortcut-file is now
C:/Users/myuser/Example Tenant/Example Site - Documents/Shortcut to Target File.lnk
This shortcut points to
C:/Users/myuser/Example Tenant/Example Site - Documents/Target File.docx
Another user is syncing the same site to their computer.
In their file explorer, they see a shortcut-file
C:/Users/otheruser/Example Tenant/Example Site - Documents/Shortcut to Target File.lnk
They right click the shortcut file to inspect it's properties.
The shortcut points to
C:/Users/myuser/Example Tenant/Example Site - Documents/Target File.docx
When the other user double-clicks that shortcut, nothing happens.
This is because they do not have a file with the path
C:/Users/myuser/Example Tenant/Example Site - Documents/Target File.docx
However, the other user does have a file with the path
C:/Users/otheruser/Example Tenant/Example Site - Documents/Target File.docx
Does this make sense?