how do i obtain a list of all files in a directory?
i've tried playing with 'getdirentries' but what does it want for the
offset and the size? It wants a filedescriptor too (int fd), do i obtain
one by doing:

int fd;

fd = open ("/some/dir/i/want/", O_RDONLY); /* and what about trailing /'s? */



-- 
+++ Divide By Cucumber Error, Please Re-Install Universe And Reboot +++
[EMAIL PROTECTED]                    http://x-map.home.ml.org

Reply via email to