[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] might be stupid questions:



> Up until now, to remain as compatible as possible, we/programers have to
> do the following:
> 
> if cookie(magic or mint) then
> 	pdomain(1)
> 	and use dreadxxxxx()
> else
> 	use fsfirst etc
> endif

I simply use readdir() of our libc. This works under any operating system
(not only MiNT, MagiC and TOS, but also DOS and Linux, among others).

Petr