Wednesday, March 7, 2012

How to find if a file exists

Using either activeX or dos commands is there a way find whether a specified filed in a particular location exists or not?
ThanksI solved my own problem. Check out this site (Just for info).

http://www.sqldts.com/default.aspx?211|||in dos:

if exist your_file_name_with_path goto process_file

No comments:

Post a Comment