cite: -------------------------------------------------------------------------------- just guessing...:
http://msdn.microsoft.com/en-us/library/system.io.filesysteminfo.lastwritetime.a spx: -------------------------------------------------------------------------------- This is from .NET specification, but I'm guessing that PSPad uses old plain Win32 API. So you must consult here: http://msdn.microsoft.com/en-us/library/aa364418(VS.85).aspx There is some note here: In rare cases, file information on NTFS file systems may not be current at the time you call this function. To be assured of getting the current file information, call the GetFileInformationByHandle function. But in this case, information is updated to newer date, so it looks like (maybe) some other application was open your files and PSPad detects it right. Martin Schayna -- <http://forum.pspad.com/read.php?6,53914,53943> PSPad freeware editor http://www.pspad.com
