I have many directorys and many files in each of them.
I want to write a C program to read all these files and extract some important words inside them out. But there is a problem
How can I access a directory in C program ?
How can I change the directory to another directory ?
How to get all the files' name in a specific directory ?
Please help me.
I really need your great help.
I want to write a C program to read all these files and extract some important words inside them out. But there is a problem
How can I access a directory in C program ?
How can I change the directory to another directory ?
How to get all the files' name in a specific directory ?
Please help me.
I really need your great help.
Comment