[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> "Functions for creating and removing directories would be very
> useful. there is no portable alternative in standard C.
>
> I need those functions so, in a client-server game, I can create an
> arbitrary directory structure on the client to hold the files that are
> downloaded from the server."
I'm with Vincent on this one: just use a POSIX library for Windows.
I use MinGW as a compiler and it eats the same code as other versions
of gcc. The only problem-case might be MSVC, which doesn't provide the
POSIX functions.
But I don't think that's Allegro's responsibility.
Evert