You are here

PALSymLink - An alternative to [DirectoriesMove] using Symbolic Links.

2 posts / 0 new
Last post
enzeinzen
Offline
Last seen: 1 year 8 months ago
Joined: 2017-05-19 10:39
PALSymLink - An alternative to [DirectoriesMove] using Symbolic Links.

Hi, I have written a custom.nsh script that adds symbolic link functionality to PortableApps launchers. You can find it here, functionally replacing the DirectoriesMove function.

It does have some disadvantages (NTFS-only and admin required) but there are use cases like videogames or apps that generate a lot of data where I find it's the optimal solution. Please check it out if you have the time and tell me what you think.

I have tested it with hundreds of self-made apps and it works almost perfectly. The only issue I found is when attempting to run multiple instances of the same app simultaneouslt, some empty folders are left behind but I'll fix that soon.

Thank you for your time.

Flopnet
Offline
Last seen: 8 months 3 weeks ago
Joined: 2012-12-03 11:40
This is a great script.

This is a great script.
The symlink should be a native option for expert developper.

Log in or register to post comments