Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'better script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
better script
Authored by: merlyn on Aug 29, '07 11:32:00AM

That won't work. Your symlinks in "./output" will look like "foo.jpg" and not "../foo.jpg". That's the tricky thing about relative symlinks... the text of the symlink is appended (sorta) to the current path.



[ Reply to This | # ]