
8 Nov
2006
8 Nov
'06
3:31 p.m.
Neil Mitchell wrote:
I am hereby announcing System.FilePath 0.10, which hopefully is pretty close to final now. This library manipulates FilePath's correctly on both Posix and Windows.
How do I manipulate a Windows file path on a POSIX machine (something relating to Samba, for instance)? -- Ashley Yakeley

8 Nov
8 Nov
4:48 p.m.
New subject: ANN: System.FilePath 0.10
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
6769
Age (days ago)
6769
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ashley Yakeley
-
Neil Mitchell