Pardon my lack of programming knowledge
Can someone please show me how to recursively run an external application for each file within a given directory.
Pseudo:
For each file in directory
System.Diagnostics.Process.Start _
("c:\myconverter\mtn -O writeable /read/only/dir/infile.avi")
next
Thanks very much
Can someone please show me how to recursively run an external application for each file within a given directory.
Pseudo:
For each file in directory
System.Diagnostics.Process.Start _
("c:\myconverter\mtn -O writeable /read/only/dir/infile.avi")
next
Thanks very much