Michael Abd-El-Malek <[EMAIL PROTECTED]> wrote:
>Hi,
>I have a bug right now partly arising from our implementation of
>GetFullPathName, which may leave a forward-slash (ie Unix-style) in its
>returned name.
...
>I prefer solution #2, since GetFullPathName _is_ a Win32 API call after
>all, and in Windows you can't have forward slashes in a filename
>anyways. Uwe Bonnes recently submitted a rewrite of
In Windows you can have both forward and back slashes in a path name.
Mixing them in the path is absolutely no problem and works just fine.
Dmitry.