in reply to changing the path name to unix style.

Also, you can usually reference Windows paths with a forward slash. Unless you're executing a shell command with ``, system() or open() and the path is being passed to an exe that doesn't understand the format. Perl gets it though.
  • Comment on Re: changing the path name to unix style.