If anyone can please send a snippet or source to accomplish this, it would be
greatly appreciated. Most definetly, please post in NG for everyone.
Thanks in advance,
O
This is a crummy way to do it, but it *should* work, and may fuel a
more creative idea.
Shell to DOS and do a 'dir /s', pipe the output to a file. Parse the
file to find out if the target file is on the system.
Remember that the shell command runs async...
Good Luck!