freemint / tos.hyp

The tos.hyp tries to document all functions from TOS. It also has information about MagiC, N.AES, MyAES, Geneva, XaAES, oAESis and some emulators.
https://freemint.github.io/tos.hyp
GNU General Public License v2.0
13 stars 10 forks source link

Dcreate(): pathname should not contain a trailing backslash #115

Closed xdelatour closed 1 year ago

xdelatour commented 1 year ago

Tested on Steem SSE + TOS 1.02fr, Dcreate() with a pathname ending with a backslash failed (-34).

This behaviour is mentioned in Atari Compendium but missing from Tos.hyp and original docs from Atari (Atari GEMDOS Reference Manual April 4, 1986)

On MiNT, the specified directory is successfully created.

mikrosk commented 1 year ago

Fixed in https://github.com/freemint/tos.hyp/commit/4dc77b980056435e9352db0f2ef2a660c84f91d8.

Thanks for reporting.