LastWriteTime in windows registry
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Tue Oct 2 23:27:48 EDT 2007
En Tue, 02 Oct 2007 04:20:47 -0300, Tim Golden <mail at timgolden.me.uk>
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 hooks some kind
> of Windows API. Take that and, if it isn't already exposed via
> pywin32, use ctypes to get hold of it.
It's already present: see win32api.RegQueryInfoKey
--
Gabriel Genellina
More information about the Python-list
mailing list