05-04-2025, 05:28 AM
Thanks Steve, now we have at least 4 ways to do it in Windows - Powershell, API, forfiles and that other one. I'm hearing them say there is no easy way in Mac or Linux, though googling it says for Linux/Mac:
Can that be shelled out from QB64PE on Mac / Linux?
Code: (Select All)
stat -c "%y : %n" my_file.txt
This command will output something like:
Code
2024-05-04 10:00:00 : my_file.txt
