>From "Frank Joppe" <[EMAIL PROTECTED]>

>> Also, differences in file path syntax: Unix: /dir1/dir2/../dirn/filename,
>> Windows: C:\dir1\dir2\..\dirn\filename.ext
>
>I believe java has a canonical representation for this. The app uses the
>canonical way to represent the path, the JRE translates this then to the
>Operating system, I guess we need more of that ;-)
>

I think that the C and Win32 filesystem functions in Windows will actually 
accept either separator symbol, so as long as all the paths are relative or 
user-configurable, it shouldn't be a problem.

--
Benjamin Coates


_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to