如何在用户文件系统上搜索文件? (Adobe Air 应用程序)
所以我们想要搜索像 example*.ex*mple 这样的文件。我们要搜索所有用户文件和文件夹。
我知道这需要很长时间,但是钢只使用 AS3\MXML,没有本机命令,没有外部程序 - 只有 AS3\MXML 库和类,我们可以保留大小 <= 200kb 的所有文件夹
那么如何在上搜索文件用户文件系统? (在空气应用程序中,不是原生的)
So we want to seacrch for file like exampl*.ex*mple. We want to search in all users files and folders.
I know it will take long, but steel using ONLY AS3\MXML, no native commands, no external programms - only AS3\MXML libs and classes, we can skeep all folders with sise <= 200kb
So How to search for a file on users file system? (in Air application, NOT NATIVE)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下这个示例。您必须修改它才能添加特殊条件,但这非常简单。
Take a look on this sample. You will have to modify it in order to add your special conditions, but it's very easy.