I have 2 items in my list and when one item, A gets detected, I choose folders and files in the path meant for A and likewise for B.
There are files in both A and B’s path that have different names and some files with the same names. Despite specifying the top level directory, the file meant for A is picked up (one of the files with the exact same name as B’s) , which is incorrect because I am wanting it to pick the files in path meant for B.
Why does this happen and how can I prevent it?
I use os.path.join to specify which directory to look at.
Despite specifying the top level directory, the
file meant for A is picked up (one of the files with the exact same name as
B's) , which is incorrect because I am wanting it to pick the files in path
meant for B.
what do you mean by "picked up"? -- what are you doing with the files,
and how are you doing it?
-CHB
···
On Wed, Jul 31, 2013 at 10:43 AM, kb <kukki.kanchana@gmail.com> wrote:
Why does this happen and how can I prevent it?
I use os.path.join to specify which directory to look at.
--
You received this message because you are subscribed to the Google Groups
"wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov