juggernot
Well-known member
- Joined
- Sep 28, 2006
- Messages
- 173
- Programming Experience
- Beginner
I'm trying to set the attributes of a file, but It seems I can only make one attribute change at a time, and the last attribute change is the only one that counts(It resets my previous attribute changes). I've tried using setattr and file.settattributes, but both don't seem to work for me. Basically my question is, how do I change more than one file attribute at a time?