Re: [AD] Maybe bug in pack_fopen_chunk |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Maybe bug in pack_fopen_chunk
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Thu, 12 Oct 2006 10:14:52 +0200
- Organization: SIU
On Thursday 12 October 2006 10:09, Andrei Ellman wrote:
> Meanwhile on Windows (as I mentioned earlier), the path returned
> contains a '\/\' sequence, but fortunately, Windows automatically
> collapses a '\/\' into a '\'. Does OSX collapse '//' into '/'?
I think all operating systems collapse multiple path seperators in a row to a
single one. Windows does it and all flavours of UNIX I've ever used (which
includes MacOS X) do it.
Evert