GetCreationTime
The GetCreationTime function returns date time of the file which was create.
Syntax :
GetCreationTime(FilePath)
Parameters | Description |
---|---|
FilePath | A path to the file system location, separated by a delimiting character, represent each directory. |
Example :
dGetCreationTime = GetCreationTime("C:\Test.txt")
- dGetCreationTime will be date and time when C:\Test.txt was created.