(05-22-2024, 02:29 PM)euklides Wrote: Well, for a single file, you can use this...
(Here the code do not test if the file exist !)
Thanks, I will give that a try when at the computer!
(05-22-2024, 02:37 PM)SMcNeill Wrote: wmic DataFile where "Name='D:\\Path\\To\\myfile.txt'" get LastModified /VALUEThanks - is this a command line thing? Can you show how to get that in a variable in a QB64PE program?