GetFileTimeSTR

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns Creation\Last access\Last Write time of specified file.

Syntax

[help]
(Filetime:String) GetFileTimeSTR filepath:string Request(0-2):int iDataOutPutType(0-1):int

Example

set my_string to GetFileTimeSTR "nvac.log" 0 0

Will return string with file creation time in format DD/MM/YY HH:MM.

set my_string to GetFileTimeSTR "nvac.log" 0 1

Will return string with file creation time in format MM/DD/YY HH:MM.

Notes

See Also