R
russur
Hi,
I need to traverse a large subdirectory that potentially contains even
more files and subdirectories, converting Visio files to pdf in their
current directory.
i've seen the code to traverse files, and how to determine if a file
is a subdirectory, but I would think ideally i would write this as a
recursive function, to traverse all the files in all the directories.
Does anyone have some sample code that allready does the traversing of
subdirectories?
Thank you very much!
Russ
I need to traverse a large subdirectory that potentially contains even
more files and subdirectories, converting Visio files to pdf in their
current directory.
i've seen the code to traverse files, and how to determine if a file
is a subdirectory, but I would think ideally i would write this as a
recursive function, to traverse all the files in all the directories.
Does anyone have some sample code that allready does the traversing of
subdirectories?
Thank you very much!
Russ