[En-Nut-Discussion] Filelist of files in UROM
Janne Kätevä
jannekat at mail.student.oulu.fi
Tue Mar 27 22:15:30 CEST 2007
Hi.
I am using Ethernut 2.1B (atmega128), AVR Studio 4, WinAVR 3.4.3 and
Ethernut 4.0.3.
How could I get list of files in UROM? I'm able to read those files, but
I don't know how to get list of names of those files in UROM... Below is
my code to read known file.
fd = = _open("UROM:midi.mid", _O_RDONLY);
_read(fd, buffer, 4);
So, I can read those files only if I know their name. I would like to
read filenames from UROM...
Janne
More information about the En-Nut-Discussion
mailing list