Creating symbolic links with C#
posted by filipf(5) 5 years, 5 months ago 0
Windows XP also has symbolic links. Try using the "ls -s file target" command (same syntax as *nix).
Reply
A different approach for raising events
posted by filipf(5) 4 years, 1 month ago 0
Interesting. I did not think of this one...