Variable passing to external program - How??

Rigga Rigga at noemail.com
Sat Oct 11 12:08:46 EDT 2003


Christopher Koppler wrote:

> On Sat, 11 Oct 2003 15:50:29 +0000, Rigga <Rigga at noemail.com> wrote:
> 
>>FilePath = os.path('/home/rigga')
>>AccFlag = os.access('% FilePath',os.R_OK)
>>
>>I would expect % FilePath to contain /home/rigga
> 
> Why would you expect that?
> 
> 
> --
> Christopher
because Ive assigned it using the  FilePath = os.path('/home/rigga') -
surely therefore FilePath contains the value /home/rigga???????




More information about the Python-list mailing list