July 25th, 2007 by julian
Even though Flash now comes with the FLfile object, Guy Watson’s FileSystem extension still has a handful of features that FLfile doesn’t have. I went looking for the api and couldn’t find it on his site anymore so I wanted to put it up here. If you don’t have the extension you can download it here.
Here is the list of methods. For now you’ll have to guess what the parameters are, but I’ll try and fill those in as I go.
FileSystem.version()
FileSystem.browseForFolder()
FileSystem.getFileSize()
FileSystem.getFolderSize()
FileSystem.createFolder()
FileSystem.folderExists()
FileSystem.renameFile()
FileSystem.renameFolder()
FileSystem.copyFile()
FileSystem.copyFolder()
FileSystem.deleteFile()
FileSystem.deleteFolder()
FileSystem.getFolderContents()
FileSystem.saveTextFile()
FileSystem.readTextFile()
FileSystem.setCurrentFolder()
FileSystem.executeApplication()
FileSystem.executeDocument()
FileSystem.readRegistryRaw()
FileSystem.readRegistryString()
FileSystem.writeRegistryString()
FileSystem.readRegistryInteger()
FileSystem.writeRegistyInteger()