check the existence of any file in a folder -
08-24-2010
, 01:21 PM
I need to write a script task to check if there is any file exists in c:\test
folder.
If there is a file, then return a failure. If there is no file, then return
a success. The file in that particular folder could be with any name.
Thanks, |