mohsen
mohsen

Reputation: 21

Delete files and folder useing FileSystemObject from network Path

I wanna delete some files and folders using FileSystemObject in an application who run from another machin. i have done anything but it warns me: permission denied

Upvotes: 2

Views: 630

Answers (1)

Deanna
Deanna

Reputation: 24273

If the permissions are set to stop you deleting files, then there is nothing you can do except change the permissions both on the file system and the share itself.

One they've been changed, you can work with any files using the UNC path in both the FSO and the native VB methods (preferred).

Upvotes: 2

Related Questions