使用 FileSystemObject 从网络路径删除文件和文件夹
我想在从另一台机器运行的应用程序中使用 FileSystemObject 删除一些文件和文件夹。我已经做了任何事情,但它警告我:权限被拒绝
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果权限设置为阻止您删除文件,那么除了更改文件系统和共享本身的权限之外,您无能为力。
其中之一已更改,您可以在 FSO 和本机 VB 方法(首选)中使用 UNC 路径处理任何文件。
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).