in reply to How to sync a UNC path to a USB memory stick in Windows?

One note, you might want to consider using File::Spec. It will help in using UNC paths without having to escape directory seperators (and to some extent) helps in creating making paths without having to worry about OS specific directory seperators (Mac OSX, *nix, Windows, etc.). Just a thought if you need to use UNC paths only (no mapped drives).
  • Comment on Re: How to sync a UNC path to a USB memory stick in Windows?