|
Subject:
|
Filesystemobject and UNC paths
|
|
Posted By:
|
dlfisher1972
|
Post Date:
|
1/5/2006 12:44:19 PM
|
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
|
|