You are here

Symbolic Links?

7 posts / 0 new
Last post
gluxon
gluxon's picture
Offline
Last seen: 3 years 6 months ago
Developer
Joined: 2008-06-21 19:26
Symbolic Links?

I'm been wondering this for a while, is there a reason why we don't use Symbolic Links for our launchers?

It would help a lot in terms of speed when using the rename + copy, copy again + rename method most of our launchers use.

Instead of copying once, and copying again, create a symbolic link and remove it.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
Stability, file system

Stability: symlinks and junctions on NTFS can be a little unstable at times.

File system: FAT/FAT32 doesn't support symlinks.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

hnedka
Offline
Last seen: 12 years 11 months ago
Joined: 2010-11-21 08:46
Hi, what do you mean by

Hi, what do you mean by saying they can be unstable at times? I tried googling, but couldn't find anything at all. I'm using them for a while in my private projects, but so far, they seem to work well and I found no issues, that would scare me from using them. Thanks

John T. Haller
John T. Haller's picture
Online
Last seen: 4 min 34 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Asked and Answered

This has been asked and answered a number of times. Symbolic links are Vista/7-only. NTFS junction points are required for 2000/XP and aren't well-supported. It requires NTFS and nearly all flash drives are formatted as FAT32. And there are permissions issues with it all on different PCs.

Sometimes, the impossible can become possible, if you're awesome!

gluxon
gluxon's picture
Offline
Last seen: 3 years 6 months ago
Developer
Joined: 2008-06-21 19:26
Okay, thanks Chris and John.

Okay, thanks Chris and John. I searched but there wasn't a thread telling why we didn't use them.

FAT doesn't have to support them, NTFS can link to it anyway.

(Sorry for bumping an old topic, I didn't realize editing would do that)

hnedka
Offline
Last seen: 12 years 11 months ago
Joined: 2010-11-21 08:46
Junctions are not only for

Junctions are not only for 2000/XP, they work in Vista and Windows 7 as well. And as was already stated, flash doesn't need to have NTFS - only volume where you put the link, which will be nearly always the system drive and it will usually be NTFS. So why not try to create symbolink link / junction first and only if that fails, do it the other way (copying)? It would take some more checking, but would eliminate the need to copy anything in majority of situations. Are there any other reasons, I am missing?

Flopnet
Offline
Last seen: 8 months 3 weeks ago
Joined: 2012-12-03 11:40
The symlink should be a

The symlink should be a native option for expert developper.

Log in or register to post comments