LastWriteTime in windows registry

Tim Golden mail at timgolden.me.uk
Tue Oct 2 03:20:47 EDT 2007


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.

TJG



More information about the Python-list mailing list