Solved Explorer: can I make a link/shortcut to a folder in another location?

Aelius

New member
Local time
6:13 AM
Messages
15
I like to organize my files and folders very thoroughly. Sometimes I have a folder full of files that arguably belong in multiple locations. I'm wondering if there's a way to create a sort of "wormhole" that leads to another location. Let me give you an example:

Let's say I went on vacation and have a bunch of subfolders within C:\Vacation photos\. Subfolders including:

C:\Vacation photos\Food photos\
C:\Vacation photos\Selfies\
C:\Vacation photos\Hotel\
C:\Vacation photos\Sistine Chapel\
etc.

The last one contains photos of the beautiful architecture of the Sistine Chapel that I took while on vacation.

But let's say I'm an architecture connoisseur and I have another folder where I keep lots of pictures of architecture from all over the world:

C:\Pictures\Architecture\

Now, rather than copying all the pictures from C:\Vacation photos\Sistine Chapel\ over to C:\Pictures\Architecture\ and taking up twice the HDD space, I'm wondering if there's a way to create a folder or a link or shortcut or something within C:\Pictures\Architecture\ that leads to C:\Vacation photos\Sistine Chapel\, kind of like a "teleport" or a "wormhole".

I know Windows has a Libraries feature, but for reasons I don't want to elaborate on I really don't like Windows Libraries and would prefer not to deal with it at all.

Is this possible, without actually copying the files and taking up more HDD space?

Thanks.
 

My Computer My Computer

At a glance

Windows 7 Home Premium x64Intel i7 5820k8 x 4GBGTX 780 SLI
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Windows 7 Home Premium x64
CPU
Intel i7 5820k
Motherboard
x99 (ASUS Rampage V Extreme)
Memory
8 x 4GB
Graphics Card(s)
GTX 780 SLI
Sound Card
Sound Blaster Z
Monitor(s) Displays
LG 29UM65
Screen Resolution
2560*1080
Hard Drives
2x SSD
5x HDD
PSU
EVGA 1000 P2 SuperNOVA
Keyboard
iKBC F87
Mouse
Logitech G400s
Internet Speed
250/20 mbps down/up
Antivirus
Malwarebytes
Browser
Firefox (64-bit)
Sure, right click and hold on the file in the Sistine Chapel folder.
Drag it to the Architecture folder.
release, select Create link.

or

Right click on the file in the Sistine Chapel folder and select Copy.
Open the Architecture folder then right click and select Paste shortcut.

In either case, once the shortcut/link is created you can rename it as needed.
 

My Computer My Computer

At a glance

Windows 10 Pro X64Intel Quad Core i7-4770 @ 3.4Ghz16.0GB PC3-12800 DDR3 SDRAM 1600 MHzIntel Integrated HD Graphics
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
This seems like the perfect candidate for junction points. In short, what they do is to let the same folder to exist in two (or more) locations on the file system, letting any program to access both from each location, but just referencing the same set of files in disk, hence not copying the whole thing.
A similar feature but for files instead of folders are hard links.
An option for your situation could be to save all files into one folder, and then create a junction in the other, so everything access the same files from two different locations.

Windows Explorer cannot create or manage those in any way, but the built-in program mklink can handle those just fine. There are also third party utilities that help manage junctions right from Explorer, like Link Shell Extension.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64Intel Core i7-740QM8 GB DDR3NVIDIA GeForce 330GT
Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
This seems like the perfect candidate for junction points. In short, what they do is to let the same folder to exist in two (or more) locations on the file system, letting any program to access both from each location, but just referencing the same set of files in disk, hence not copying the whole thing.
A similar feature but for files instead of folders are hard links.
An option for your situation could be to save all files into one folder, and then create a junction in the other, so everything access the same files from two different locations.

Windows Explorer cannot create or manage those in any way, but the built-in program mklink can handle those just fine. There are also third party utilities that help manage junctions right from Explorer, like Link Shell Extension.

Thanks, junction points are exactly what I was looking for.

It's probably going to take a while to get used to it. It's unlike anything else in Windows that I've been used to my whole life. It's like a shortcut to the source folder but the address bar and the file location "lie" by pretending it's really at the destination folder all along. And when I modify or delete anything from either folder it affects the other folder as if they're being synced. But it's not really "syncing" because there's really just one version of it all, it's just that the destination folder is lying to me by pretending the destination is where the files are located.

(Please correct me if that understanding is incorrect.)

So weird. But it does what I was looking for!

Thanks.
 

My Computer My Computer

At a glance

Windows 7 Home Premium x64Intel i7 5820k8 x 4GBGTX 780 SLI
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Windows 7 Home Premium x64
CPU
Intel i7 5820k
Motherboard
x99 (ASUS Rampage V Extreme)
Memory
8 x 4GB
Graphics Card(s)
GTX 780 SLI
Sound Card
Sound Blaster Z
Monitor(s) Displays
LG 29UM65
Screen Resolution
2560*1080
Hard Drives
2x SSD
5x HDD
PSU
EVGA 1000 P2 SuperNOVA
Keyboard
iKBC F87
Mouse
Logitech G400s
Internet Speed
250/20 mbps down/up
Antivirus
Malwarebytes
Browser
Firefox (64-bit)
Back
Top