Re: setting directory mod date

2009-03-24 Thread MRAB
Gabriel Genellina wrote: En Tue, 24 Mar 2009 19:10:50 -0300, MRAB escribió: jyoun...@kc.rr.com wrote: 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 modific

Re: setting directory mod date

2009-03-24 Thread Gabriel Genellina
En Tue, 24 Mar 2009 19:10:50 -0300, MRAB escribió: jyoun...@kc.rr.com wrote: 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 fol

Re: setting directory mod date

2009-03-24 Thread MRAB
jyoun...@kc.rr.com wrote: 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

setting directory mod date

2009-03-24 Thread jyoung79
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 origina