Click to See Complete Forum and Search --> : Folder synonym


DeepButi
March 28th, 2007, 04:35 PM
Is there any way to create a folder synonym of another one?

Not a direct access, a real folder but being exactly a second name for an existing one.

Why? We have a program with a hardcoded folder that we cannot modify and we want it to point to another place (a shared folder in fact).

Thks

dglienna
March 28th, 2007, 05:26 PM
Do you mean you want to map a drive?

Something like Z:\Temp for your app to use? With a local hard drive location? Most apps detect the app path, and use that.

Craig Gemmill
March 29th, 2007, 12:09 AM
http://en.wikipedia.org/wiki/NTFS_junction_point

DeepButi
March 29th, 2007, 04:49 AM
Thanks Craig, exactly what I was looking for. Didn't know the technical name of "Junction point".

dglienna,
thanks for your answer, but no, mapping a disk will not solve our issue. A J.P. will.

thks.

DeepButi
March 29th, 2007, 05:05 AM
And ... it works! :thumb:

Unfortunately JP cannot be created for folders on another pc/disk ... so we cannot use as expected to share a folder among diferent users on our LAN to share the data. :cry:

Anyway, we learned a new feature :wave:.

Thks again.