问题标签 [exfat]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
qt - 如何以 10 毫秒的分辨率访问 exFAT 上文件的最后修改日期/时间?
根据我的研究,exFAT 对文件的最后修改日期/时间有 2 秒的分辨率。此外,文件还有另一个字段,用于存储与上次修改日期/时间的偏移量,分辨率为 10 毫秒。我对此是否正确?
当我在 Windows 资源管理器中显示文件属性或使用QFileInfo::lastModified()
(来自 Qt 框架)分析文件时,这两种方法都只显示最后修改的日期/时间,分辨率为 2 秒。
如果我对上述内容正确,如何使用 Qt、Win32 API 或 Windows 资源管理器访问更精确的时间戳?