July 13, 2004
It has been for a long time. For a while there was an issue with linking (as it'd been left out of the build for phobos), but that was fixed several versions ago.


"kinghajj" <kinghajj_member@pathlink.com> wrote in message news:ccvesp$s5l$1@digitaldaemon.com...
> In article <ccvb87$mht$1@digitaldaemon.com>, Matthew says...
> >
> >Why not use std.recls?
> >
>
> I thought that that wasn't in the library yet. I'll check it out :)
>
>


July 13, 2004
Matthew wrote:

> It has been for a long time. For a while there was an issue with linking (as it'd been left out of the build for phobos), but that was fixed several versions ago.

Do you accept suggestions? I've just looked at recls and I think is great but it _really_ need a new name (fssearch maybe?) because the current one doesn't says nothing ;)

July 13, 2004
"kinghajj" <kinghajj_member@pathlink.com> wrote in message news:ccvflu$te5$1@digitaldaemon.com...
> In article <ccv5go$e9i$1@digitaldaemon.com>, Vathix says...
>
> >I implemented it quite awhile ago and it was never used: http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/796
> >
> >
>
> I can't decode the base64... the quick base64 encoder/decoder (written in
D :)
> that I made says that the string is invalid (I removed all of the
newlines).
>
> Can you re-post the code without using the base64 encoding?
>

I don't think it's base64, you might need to use uudecode on it. Here's the file www.dprogramming.com/listdir.d . I updated it to contain the changes made to the origional listdir() for Windows, and added a finally block for the cleanup code in case an exception is thrown during the callback. The code is donated to the public domain.


July 13, 2004
"Juanjo Álvarez" <juanjuxNO@SPAMyahoo.es> wrote in message news:cd00s0$1q6d$1@digitaldaemon.com...
> Matthew wrote:
>
> > It has been for a long time. For a while there was an issue with linking (as it'd been left out of the build for phobos), but that was fixed several versions ago.
>
> Do you accept suggestions?

I do. I don't always respond to them, though.

> I've just looked at recls and I think is great
> but it _really_ need a new name (fssearch maybe?) because the current one
> doesn't says nothing ;)

recls comes from RECursive LS (as in the UNIX command). I also like it
because it allows the pronunciation "reckless", which is kinda ironic. ;)

It's now way too established to change the name - it's mapped to several other languages/technologies (including C++, COM, C#/.NET, Java, Ruby and STL) - but thanks for taking the trouble to think about it anyway.

Cheers

Matthew


1 2
Next ›   Last »