在 adobe air 中通过网络访问共享文件夹
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于共享目录,例如
for a shared directory like
ex : 对于带有“pc-name”的电脑的共享目录
ex : for a shared directory from a pc with "pc-name"