Page 1 of 1

DOS"MD:newdir" no timestamp

Posted: Wed Nov 22, 2023 12:04 pm
by unartic
Issue occurs in emulator with SD-card image and on the real hardware.
Issue does not occurs in emulator with hostfs

Tested with r46

Issue:
When you use the DOS-command MD to create a new directory, and then use DOS"$=T" to get a listing with date/times of the files and directories, alle directories created with the MD-instructions have a blank timestamp.

Re: DOS"MD:newdir" no timestamp

Posted: Mon Dec 04, 2023 7:48 am
by Xiphod
You set the time in MENU?
And you ran the emulator with -rtc (or whtever argument to enable the real time clock?)

Not sure if that remembers time across runs, even if you do set the NVRAM using MENU.

Re: DOS"MD:newdir" no timestamp

Posted: Mon Dec 04, 2023 9:37 am
by unartic
Using -rtc gives a correct date time on directory creation.

However, for me this still is a bug needs addressing:-)

If I don't use -rtc and create a new file ,a date/time IS added. The MD command should follow the same logic.