Re: [hatari-devel] opened filehandles not saved/restored in memory snapshot with gemdos hd ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Freitag, 14. Dezember 2018 01:33:14 CET Eero Tamminen wrote:
> I.e. Atari program needs to call Fsfirst() before further Fsnext()
> calls will provide matches.
Erm, no. Fsfirst already returns the information about the first file found.
Also, a common use of it to check for a files existence, so sometimes Fsnext
is not called at all.