FileTime

Get and set the times for creation, access and modification of a file or folder (Windows only)

Download
Download

You are now following this Submission

Cite As

Jan (2026). FileTime (https://www.mathworks.com/matlabcentral/fileexchange/24671-filetime), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.6.0

Times can have native UINT64 format. GetFileTime can reply a single time, e.g. just 'Access' time.

Download
1.5.0

Consider Unicode file names.
Another fixed bug concerning local month names in the test function.

Download
1.4.0

Accept unicode names.
Another fixed bug in the test function concerning local month names.

Download
1.3.0

Test function failed, if DIR replies localized names for dates as e.g. the German "24-Dez-2010". No problems for English OS versions and in the actual functions.

Download
1.2.0

Access folders also

Download
1.1.0

UTC<->local time conversion more consistent now and flexible. Thanks Bass for pointing to this problem!

Download
1.0.0

Download