Re: os.listdir() exceptions

2009-10-25 Thread Daniel B. Thurman
On 10/25/2009 04:46 AM, Emmanuele Bassi wrote: > On Sat, 2009-10-24 at 08:30 -0700, Daniel B. Thurman wrote: > >> Is os.listdir(path) the only method available for obtaining >> directory/file list for the given path argument? >> > how is this relevant to gtk+ application development? > > ci

Re: os.listdir() exceptions

2009-10-25 Thread Emmanuele Bassi
On Sat, 2009-10-24 at 08:30 -0700, Daniel B. Thurman wrote: > Is os.listdir(path) the only method available for obtaining > directory/file list for the given path argument? how is this relevant to gtk+ application development? ciao, Emmanuele. ___ gtk

Re: os.listdir() exceptions

2009-10-24 Thread Daniel B. Thurman
On 10/24/2009 08:30 AM, Daniel B. Thurman wrote: > Is os.listdir(path) the only method available for obtaining > directory/file list for the given path argument? > > The reason I am asking is this: what if one wishes to obtain > a listing of, say the root directory (/), and in the case of using > t

os.listdir() exceptions

2009-10-24 Thread Daniel B. Thurman
Is os.listdir(path) the only method available for obtaining directory/file list for the given path argument? The reason I am asking is this: what if one wishes to obtain a listing of, say the root directory (/), and in the case of using the linux os, for example, one may encounter a directory cal