Hi,
How do I list the files ( and not directories) in a given path. I want to run a loop where I want to process file by file. I want to read the content of one file, check something, close the file, move on to next file until all the files are processed in that given directory. Please help