Is it possible to create a 'link to a folder' in a SharePoint document library?
sharepoint
Solution
The simplest way is to use the following pattern:
http://[server]/[site]/[ListName]/[Folder]/[SubFolder]
To place a shortcut to a document library:
- Upload it as *.url file. However, by default, this file type is not allowed.
- Go to you Document Library settings > Advanced Settings > Allow management of content types. Add the "Link to document" content type to a document library and paste the link
Problem
Is it possible to create a shortcut to a folder in a different document library in a document library?