Filesystemobject and UNC paths
I am trying to delete a file from a UNC path using FSO. I get an error code 91 each time. Can someone tell me what the heck I am doing wrong? I know I have done this before, but maybe I am crazy.
HERE IS THE CODE:
fso9.DeleteFile "\\iascent.iwif-internal.com\IMAGECAP\ClaimsFAX\fax1519370345-000.tif", True
|