Re: Read/Change File attributes

2002-06-27 Thread Matthew Sherborne
Robin Siebler wrote: >How would I get/change the read-only attribute on a file? The only way that >I have found is win32file.GetFileAttributes. I have tried this, but I don't >what to do with the number it returns. > >Robin L. Siebler >Software Test Engineer >Palm >-

Re: Read/Change File attributes

2002-06-27 Thread Patricia J. Hawkins
> "RS" == Robin Siebler <[EMAIL PROTECTED]> writes: RS> How would I get/change the read-only attribute on a file? The RS> only way that I have found is win32file.GetFileAttributes. I have RS> tried this, but I don't what to do with the number it returns. I think there's a recipe in the Pyt

Re: Read/Change File attributes

2002-06-27 Thread Trent Mick
[Robin Siebler wrote] > How would I get/change the read-only attribute on a file? The only way that > I have found is win32file.GetFileAttributes. I have tried this, but I don't > what to do with the number it returns. You could read section 6.1.4 of the Python Library Reference (Files and Dire

Read/Change File attributes

2002-06-27 Thread Robin Siebler
How would I get/change the read-only attribute on a file? The only way that I have found is win32file.GetFileAttributes. I have tried this, but I don't what to do with the number it returns. Robin L. Siebler Software Test Engineer Palm Garunteed to be bug free