Re: [AD] Broken behaviour of al_findfirst. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] Broken behaviour of al_findfirst.
- From: Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx>
- Date: Mon, 21 Nov 2005 08:42:10 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=JTjWwsWhM1UBzwBAXWHUgd0pPtHELlaDdlvyfgLgFrpuOZ3gc/6tq+6t/xcFK63QOZrXLHwRWQl0MkAgj9vBRh8mp+iDaSAe+eggZ42kZhPodaDAD4yMYUfO20TXNAUWApSuHlREq/t9P8gubx1VJy/MACfb16kMzzVr9fL68Ps=
On November 21, 2005 08:35 am, Vincent Penecherc'h wrote:
> > Then again, I never use Allegro's file function routines
> > myself (using
> > opendir()/readdir() instead)...
>
> I wanted to use them at work (sadly, on Windows) and they
> do not appear to be there (at least from what grep says).
>
> Now that's a far better idea: implement opendir/readdir
> for non POSIX platforms (which mean probably two, DOS and
> Windows), then use that.
> On most other sane platforms, they'll just piggyback on
> the libc implementation.
>
> Now we need a volunteer...
>
That would be me. The VFS I'm planning includes a opendir/readdir like api. As
well as "stat". So all VFS modules (filesystem, zip, "tfs", etc) that can get
a listing will support opendir/readdir.
--
Thomas Fjellstrom