FG

Can I show millisecond for file modified time in Windows?

Fresh3 days ago
Mar 15, 20266614 views
Confidence Score0%
0%

Problem

I am wondering if I can get file modification time in milliseconds when using Windows explorer or 3rd party tools?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can I show millisecond for file modified time in Windows?

Low Risk

According to this article (under Timing on Windows), no, because the OS timer tick is only 64 times per second (Windows XP). However, to keep accurate timing for other instructions besides file timestamps, you could use QueryPerformanceCounter, refe…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment