使用 FileSystemObject 从网络路径删除文件和文件夹

发布于 2024-11-28 18:15:06 字数 76 浏览 0 评论 0原文

我想在从另一台机器运行的应用程序中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

老子叫无熙 2024-12-05 18:15:06

如果权限设置为阻止您删除文件,那么除了更改文件系统和共享本身的权限之外,您无能为力。

其中之一已更改,您可以在 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文