in reply to Problem with opendir/readdir on Win2k

I find that Windows remembers where you were on the drive you just left. Notice:
d:\perl> cd c:\windows\temp d:\perl> c: c:\windows\temp> d: d:\perl>
I also find that when I say dir c:, it returns the contents of c:\windows\temp.

japhy -- Perl and Regex Hacker