QB64 Phoenix Edition
how to get a file's modified date/time and size in bytes? - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: how to get a file's modified date/time and size in bytes? (/showthread.php?tid=2724)

Pages: 1 2 3


RE: how to get a file's modified date/time and size in bytes? - madscijr - 05-24-2024

(05-24-2024, 08:46 AM)euklides Wrote: In Visual Basic (Excel, Word... MSOffice) you have, for this job:

MySize = FileLen("TESTFILE") 
MyStamp$ = FileDateTime("TESTFILE")    ' Returns ... "18/10/2019 11:55:27". 

Perhaps one day theese commands will exist in QB64 Big Grin
I agree that these would come in handy, especially if cross-platform...