What does FilesTime return?

BlitzMax Forums/BlitzMax Beginners Area/What does FilesTime return?

Ziltch(Posted 2006) [#1]
Does any one know what the number is?
It does not look like Julian date.
Is the formula to get day/month/year etc the same for Win98/winXP/Mac/Linux ?

Print CurrentDir$()+" FileTime  = "+FileTime(CurrentDir$())
DebugStop


This has tricked me for days!


FlameDuck(Posted 2006) [#2]
Unix timestamp.


Yan(Posted 2006) [#3]
http://blitzwiki.org/index.php/FileTime


Ziltch(Posted 2006) [#4]
Thankyou.