Adobe Air 如何检查文件夹是否存在?
Adobe Air (2.0) 如何检查文件夹是否存在? (就像 Windows 上的文件夹 C:\Program Files (x86))(请需要代码示例)
Adobe Air (2.0) how to check if folder exists? (like folder C:\Program Files (x86) on windows) (code example needed, please)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您可以使用 File 类的以下函数:
isDirectory 属性将根据该文件夹是否存在返回一个布尔值。希望有帮助,
德布
I think you can use the following functions of the File class:
The
isDirectory
property will return a Boolean depending on whether or not that folder exists. Hope that helps,debu