std.file

Russel Winder russel at winder.org.uk
Wed Apr 11 07:07:48 PDT 2012


I am hoping I am failing to see the entry in the documentation due to...

Python, Java and Groovy (at least, probably other languages) have
functions for iterating over directory hierarchies, i.e. tree walkers /
visitors.  For example in Python:

	for root , directories , files in os.walk ( '.' ) :
		doStuff ( files )

I can see in std.file the tools needed to do this by hand, but I would
have thought in this day and age such a function should be in the
standard library.  Thus I am hoping I am just missing it...

Thanks.
 
-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20120411/87045d8a/attachment.pgp>


More information about the Digitalmars-d mailing list