1.

Solve : How can I get File Modified time with 10 mSec resolution ??

Answer»

I am using cscript code that has a 1 second RESOLUTION with
f = fso.GetFile(wscript.arguments(0))

Some files get modified "simultaneously".
It would assist my determination of cause and effect if resolution could be improved.

I understand that Windows creates file times with 100 nSec resolution,
and FAT32 can hold 10 mSec resolution. ref
http://msdn.microsoft.com/en-us/library/ms724290(VS.85).aspx

How EASY is it for me to improve resolution ?
I am hoping for a simple cscript enhancement.

I spent years before retirement using Assembler and 'C' for real-time software on embedded systems, and used a Borland 'C' compiler for a couple of small utilities to run under Windows 98. I STILL have the compiler, but I doubt Windows XP would survive if I did a heavy meddle ! !

Regards
Alan.
VBscript MAY not support that level of accuracy. i found this reference
http://classicasp.aspfaq.com/date-time-routines-manipulation/can-i-get-millisecond-accuracy-in-asp.html

\\uSlackr



Discussion

No Comment Found