PDA

View Full Version : Re-creating symlink from scripts down't work


Mouton
06-25-2003, 08:13 PM
From script...

If i created a symlink from say c:\something -> /something and i want to redefine it to point to /something_else, it doesn't work.

Apparently, io does some caching on those, and since it doesn't catch if i rmdir and mkdir then re-vfs:chattr 1.... well, the symlink is unchanged until cache expire (?) or io is restarted...

Any way around this ?