|
|||
|
import SWFKit.*;
var names = "appdata"; var folderPath = Shell.getSpecialFolder(names)+"\\Macromedia\\Flash Player\\#SharedObjects"; var folder = new Folder(folderPath); txt1.text = folder.name;//#SharedObjects,it's ok. var files = folder.files; txt2.text = files.length;//undefined,it's not ok.Why? txt3.text = files;//[type Function],funcion?????????not an array???Why? Last edited by hglgsxy; 01-08-2010 at 05:56 AM. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|