Re: LastWriteTime in windows registry

2007-10-02 Thread Gabriel Genellina
En Tue, 02 Oct 2007 04:20:47 -0300, Tim Golden <[EMAIL PROTECTED]> escribi�: > Peters, Matthew J. ET3 wrote: >> I'm looking for a way to read the lastwritetime property of >> a windows registry key. ... I found the function in perl > > So what does the Perl source say? It presumably

Re: LastWriteTime in windows registry

2007-10-02 Thread Tim Golden
Peters, Matthew J. ET3 wrote: > I'm looking for a way to read the lastwritetime property of > a windows registry key. ... I found the function in perl So what does the Perl source say? It presumably hooks some kind of Windows API. Take that and, if it isn't already exposed via pywin32

LastWriteTime in windows registry

2007-10-01 Thread Peters, Matthew J. ET3
Hi, I'm looking for a way to read the lastwritetime property of a windows registry key. I've tried searching google a ton, but lastwritetime also applies to files as well, so search results are never what I intended. I found the function in perl, but the program is in python and I w