Hi Ashley,

How do I manipulate a Windows file path on a POSIX machine (something
relating to Samba, for instance)?

import System.FilePath.Windows

This will give you windows FilePath handling regardless of your
operating system.

(in the same way System.FilePath.Posix will give you Linux style
filepaths, and System.FilePath will give you the appropriate type
based on your OS)

Thanks

Neil
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to