> You know, the code to do that takes less tan 20 lines.
> man getmntent, setmntent
> used with /etc/{fstab, mtab}
> if mnt is returned from getmntent, you can grab
> mnt->mnt_fsname
> mnt->mnt_dir;
> mnt->mnt_type;
> mnt->mnt_opts;
> mnt->mnt_freq;
> mnt->mnt_passno;
>
> You'll also use
> DIR *directory;
> struct dirent *dirEntry;
> directory=opendir (Path)
> dirEntry = readdir (directory)
>
>
> Note that this are some notes for programming in C. But I recommend to
> programm it in perl. It's easier.
this is not the bigest problem ;-)
we must see how to reconize a codecs dll from a normal dll (see in the 
libaviplay src codes.

Reply via email to