XYplorer 12.50 has been released on 12-Jun-2013. Here's a quick introduction to the main new features:
NTFS provides a theoretical file time resolution of 1/10 of a microsecond (a microsecond equals one millionth of a second). Note that with today's hard and software the correlation of such granular time expressions with temporal reality is less than perfect, but who knows what's coming. At least the present data structures are ready for such precision. |
From this version onwards XYplorer can display, report, and edit file times with the maximum precision available under NTFS.
The UI now offers a toggle to quickly display milliseconds (a millisecond equals one thousandth of a second):
If you need even more precision you can use a scripting command to display the maximum resolution of seven decimal places in the file list. Run the following command through the Address Bar: ::msecs 1, 7; Now you will get this display:Let's use the Report tab on the Info Panel (F12) to create a report of the current file list with milliseconds precision. "Show Milliseconds" (see above) has to be enabled because this type of report (there are others) will exactly reflect the current display formats of the file list.
Also scripted reports now support sub second resolution of up to seven decimal places. The placeholder for the desired decimal places is f. For example, this line will create a report of all listed files with the modified date in maximum precision:
text report("{name}, {modified yyyy-mm-dd hh:nn:ss.fffffff}<crlf>");
XYplorer will now silently normalize the filename (remove the space) once you click-select the file in the file list.