- This topic has 0 replies, 1 voice, and was last updated 16 years, 9 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- The forum ‘C Programming’ is closed to new topics and replies.
Home › Forums › C Programming › how to open all the files from a directory
Hello Team,
Please let me know how to open all the files from a directory in c program. Currently,I am openning single file like this :#define PARAM_PATH
“/usr/local/share/contracts/files/”wFileHdl = open( PARAM_PATH, O_RDWR ); But I want to open all files one by one in that dir.Any inputs are highly appreciate.Pls suggest me!
Thanks in advance !RegardsManish