« Free Flash Lite 1.1 Online Seminar | Main | Changes to the Flash / JavaScript Integration Kit »

August 26, 2005

Cool Tool Friday: Symbolic Links on Windows

Cool Tool Friday: Symbolic Links on Windows

One of the biggest problems I had in transitioning from Mac to Windows for development was not having symbolic links anymore. Symbolic links allow you to create references to files that the operating system and all your applications treat as the actual file. In other words, it allows you to keep a file in one location, but trick your OS into thinking it's in another location.

Symbolic links are extremely valuable for development. On Linux and OS X, I like to keep my source trees in a project directory, and symbolically link into that directory from other places (or instance, from my web root for web apps). I've found it also enables me to simplify my classpath when doing Java development. The problem is that symbolic links aren't supported on Windows. At least, I thought they weren't until Danny Dura showed me Junction Link Magic.

Junction Link Magic allows you to create the Window's equivalent of symbolic links, and as far as I can tell, works perfectly. The interface is intuitive, and the application is completely free. And any application with so many warnings about being for experienced users only has to good!

Posted by cantrell at August 26, 2005 09:09 AM | References

Comments

thank you so much! :) stef

Posted by: stef at August 26, 2005 09:42 AM

I need that for the same reason you gave as an example. Thanks!

Posted by: Daniel Roberts at August 26, 2005 09:47 AM

Couple Junction Link Magic with Junction Shell Extentions found at http://www.paraesthesia.com/blog/comments.php?id=801_0_1_0_C

This provides a "link" image overlay on folder icons that are links. Works even across a Windows network.

Posted by: Brandon Smith at August 26, 2005 10:58 AM

Just installed the shell extentions. Awesome! Thanks.

Posted by: Christian Cantrell at August 26, 2005 11:55 AM

Funny how these things come up: I was in just the same position only last week. I was setting up a new box and decided that I was going to organise things a little better in terms of my development tree. So Junction Link Magic to the rescue! :)

Posted by: Tim Blair at August 28, 2005 12:21 PM

Peter's post.
http://www.peterjoel.co.uk/blog/index.php?archive=2003_06_29_archive.xml&showComments=105726668680782739

Posted by: Danger at August 31, 2005 11:40 PM