Xref: utzoo comp.lang.c:30987 comp.sys.sgi:5269 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!caen!news From: cys@caen.engin.umich.edu Newsgroups: comp.lang.c,comp.sys.sgi Subject: List a directory in a C program on Unix machines Message-ID: <1990Aug10.154506.846@caen.engin.umich.edu> Date: 10 Aug 90 15:45:06 GMT Sender: news@caen.engin.umich.edu (CAEN Netnews) Distribution: usa Organization: caen Lines: 10 Hello everyone, I am currently writing a C program on Unix machines. What I want to do is to store the file names in a directory into a character array. So I can do something to those files. I want to use Unix system calls to handle it. Could anyone help me out with that? Thanks in advance. --Jim hev7@ub.cc.umich.edu