在 adobe air 中通过网络访问共享文件夹

发布于 2024-10-02 15:35:52 字数 360 浏览 1 评论 0原文

我正在尝试使用 File 类写入 AIR 中 Windows 网络上的共享文件夹。我不明白如何格式化共享文件夹的路径。我尝试过的所有操作都出现错误之一:“指定的文件夹不存在”和“缺少参数”。从我的计算机访问此文件夹的 UNC 路径如下:

\\localdev01\platefiles

以下是我尝试访问此文件夹的不同路径格式:

\\localdev01\platefiles

/localdev01/platefiles

file://localdev01/platefiles (我收到错误#2)

file:///localdev01/platefiles

有人有任何指导或建议吗?

I'm trying to write to a shared folder on a windows network in AIR using the File class. I don't understand how to format the path to the shared folder. I get one of who errors with everything I've tried: "The specified folder does not exist" and "there is a parameter missing". The UNC path to access this folder from my computer is like this:

\\localdev01\platefiles

Here are the different path formats I've tried to access this folder:

\\localdev01\platefiles

/localdev01/platefiles

file://localdev01/platefiles (i get error #2 with this one)

file:///localdev01/platefiles

Does anyone have any guidance or suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

幸福丶如此 2024-10-09 15:35:52

对于共享目录,例如

\\localdev01\platefiles 

use

file:///\\localdev01\platefiles

for a shared directory like

\\localdev01\platefiles 

use

file:///\\localdev01\platefiles
葬﹪忆之殇 2024-10-09 15:35:52

ex : 对于带有“pc-name”的电脑的共享目录

file:////pc-name/folder/file.jpg

ex : for a shared directory from a pc with "pc-name"

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