List of files to be opened
- From: yawgmoth7 <yawgmoth7@xxxxxxxxx>
- Date: Wed, 25 Jan 2006 15:56:53 -0800
Hello, I am currently writing a script that requires a few different
files to be opened, and examined. What I need to be able to do is use
something like:
filelist = os.system("ls")
<Some way to open the file list and read each file one by one here
>
I cannot think of a way to do this, I could put them in a list of
something of the sort. But that still does not solve the problem of
opening them one by one.
Thanks for all the advice and help.
--
gurusnetwork.org
Gurus'Network - Are you a guru?
.
- Follow-Ups:
- Re: List of files to be opened
- From: Ken Starks
- Re: List of files to be opened
- From: James Stroud
- Re: List of files to be opened
- From: James Stroud
- Re: List of files to be opened
- Prev by Date: Re: Possible memory leak?
- Next by Date: Re: List of files to be opened
- Previous by thread: Executing script with embedded python
- Next by thread: Re: List of files to be opened
- Index(es):
Relevant Pages
|