IO File Deletion Error
-
please any one can help me........ i m deleteting a file using fso.DeleteFile(Filename) where fso is a file system object and filename contains the path and the file name.then file is in network ...its...i m getting error "Exception From HRESULT:0x800a0046 (CTL_E_Permission denied)" can any body tell me how do slove the error... payal sheth
-
please any one can help me........ i m deleteting a file using fso.DeleteFile(Filename) where fso is a file system object and filename contains the path and the file name.then file is in network ...its...i m getting error "Exception From HRESULT:0x800a0046 (CTL_E_Permission denied)" can any body tell me how do slove the error... payal sheth
Easy. Get the appropriate rights to delete the file. That's the error that was returned. You, or the account that your app is running under, does not have sufficient rights to the file your trying to delete. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome