I am writing a program that needs to be able to process files in all the subdirectories in a drive.

ex. x:\job 'the main directory
\job1 'sub directory containing files
\job2 'same type of setup (files)

I want to be able to process the files (open print the file,then close them and go to the next) all in one big pass. currently I can do them in only one directory at a time, then load the next dir. and start over.

Is it possible? And how do I go about it?

Thanks in advance....
Mike