
13 Apr
2014
13 Apr
'14
5:33 p.m.
On 14-04-13 12:56 AM, Dominick Samperi wrote:
The unix package (System.Posix) is not supported under Windows and I wonder if there is an alternative solution that deals with the odd file naming convention under windows (backward vs unix forward slash), spaces in file names, etc.
module System.FilePath is a common interface providing the right thing for the hosting OS. It comes with GHC. For example you can use the > operator without worry.