Search found 2 matches

by LavaKri
Wed May 08, 2024 12:22 pm
Forum: Coding Questions
Topic: Bad file date with FAT32
Replies: 3
Views: 727

Re: Bad file date with FAT32

Sorry for this topic, it's exact.
I have the same date resolution if i copy with window file explorer.

Thank's
by LavaKri
Wed May 08, 2024 9:55 am
Forum: Coding Questions
Topic: Bad file date with FAT32
Replies: 3
Views: 727

Bad file date with FAT32

Hi,
i'm coding a tool to save some files on a USBKey, generaly formated in FAT32.
But CopyFile() and SetFileDate() don't write correctlye the modified date of files.

EnableExplicit
Global USBVolume$ = "G:\"
Global File$ = USBVolume$ + "Test.txt"
CreateFile(0, File$)
CloseFile(0)

Global date.q ...