GetFileTime
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns Creation\Last access\Last Write time of specified file
Syntax
(Filetime:Array) GetFileTime filepath:string Request(0-2):int
Example
set my_ar to GetFileTime "nvac.log" 0
Will return array with file creation time.
set my_ar to GetFileTime "nvac.log" 2
Will return array with file last write time.
Notes
- To get result as a string - use GetFileTimeSTR