Re: [Tutor] Quickest way to find a folder on windows

2005-07-26 Thread John Purser
e current user's "My Documents" directory would be to determine the current value of the %HOME% variable. John Purser From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jorge Louis De Castro Sent: Tuesday, July 26, 2005 04:32 To: tutor@pytho

Re: [Tutor] Quickest way to find a folder on windows

2005-07-26 Thread Kent Johnson
Jorge Louis De Castro wrote: > Hi all, > > What is the quickest way to find/search a folder on windows? > Specifically, I want to find the 'My Documents' folder on different > machines but since this one lies in different user-specific folders (the > user account on XP) I'm being forced to tra

Re: [Tutor] Quickest way to find a folder on windows

2005-07-26 Thread Martin Walsh
Jorge Louis De Castro wrote: > Hi all, > > What is the quickest way to find/search a folder on windows? > Specifically, I want to find the 'My Documents' folder on different > machines but since this one lies in different user-specific folders (the > user account on XP) I'm being forced to tra

[Tutor] Quickest way to find a folder on windows

2005-07-26 Thread Jorge Louis De Castro
Hi all,   What is the quickest way to find/search a folder on windows? Specifically, I want to find the 'My Documents' folder on different machines but since this one lies in different user-specific folders (the user account on XP) I'm being forced to traverse the whole drive looking for it