Hello how to decode the new times ?
e.g.
#COMPILE EXE
#DIM ALL
FUNCTION PBMAIN () AS LONG
DIM filed(1:1000) AS dirdata
? DIR$("a:" ,TO filed(1))
?USING$("######################################################################",filed(1).creationtime)
END FUNCTION
What means the quad number of creationtime and how decode it to
DD.MM.JJJJ and hh.mm.ss ???
Regards
Matthias Kuhn
e.g.
#COMPILE EXE
#DIM ALL
FUNCTION PBMAIN () AS LONG
DIM filed(1:1000) AS dirdata
? DIR$("a:" ,TO filed(1))
?USING$("######################################################################",filed(1).creationtime)
END FUNCTION
What means the quad number of creationtime and how decode it to
DD.MM.JJJJ and hh.mm.ss ???
Regards
Matthias Kuhn
Comment