"." and ".." returned by dir()
- Posted by Juergen Luethje <j.lue at gmx.de> Aug 31, 2006
- 624 views
Hello Rob and all, in the documentation of dir() it reads: <quote> If st names a *directory* you may have entries for "." and ".." </quote> After my experience, those entries are normally at the _beginning_ of the list which is returned by dir(). Can I rely on the assumption that this is _always_ the case? Regards, Juergen