I need to process multiple files from a LAN. This will be a continuing process. Is there any way to identify the directory which contains the files?
Also, how can I process multiple files at one time? It looks to me that with fopen only opens one file at a time and I would need to know the name of the file when using fopen. Am I wrong?
Also, how can I process multiple files at one time? It looks to me that with fopen only opens one file at a time and I would need to know the name of the file when using fopen. Am I wrong?