In Flex How can i get all the filename which contains in a directo开发者_C百科ry in flex AIR.
use File() function
Please Refer to this Site for More Info
if dirPath:String is your directory path, then
var f:File = new File(dirPath);
var arr:Array = f.getDirectoryListing();
This gives you list of all files in the given directory. The elements of the array are File objects, each representing a file / dirctory in the given directory.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论