Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
setting directory mod date
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 3824937"] I've got some Python code (2.5.1) that's compressing folders on a Windows machine. When the directories get compressed, their modification date changes. Is it possible to grab the modification date of the folder before it's compressed, and then set it's modification date back to it's original state after it's compressed? I've been reading different articles on-line about this, but nothing looks very promising. I haven't tested os.utime() or win32file since others have said these won't work correctly with folders on Windows XP. Thanks. Jay [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
setting directory mod date
Top