JSFL FileSystem API

This extension adds a new FileSystem object to the JSAPI which contains 23 new JSFL functions that allow you to modify/access the local FileSystem in your JSFL scripts. You can for example write to the registry using JSFL, execute external applications and so on…

Documentation is provided for each of the new functions in the Help Panel.

As of Macromedia Flash MX 2004 7.2 a new FLfile object is added to the JSAPI. It provides some, but not all of the functionality found in this extension.

FileSystem Functions:

  1. FileSystem.version()
  2. FileSystem.browseForFolder()
  3. FileSystem.getFileSize()
  4. FileSystem.getFolderSize()
  5. FileSystem.createFolder()
  6. FileSystem.folderExists()
  7. FileSystem.renameFile()
  8. FileSystem.renameFolder()
  9. FileSystem.copyFile()
  10. FileSystem.copyFolder()
  11. FileSystem.deleteFile()
  12. FileSystem.deleteFolder()
  13. FileSystem.getFolderContents()
  14. FileSystem.saveTextFile()
  15. FileSystem.readTextFile()
  16. FileSystem.setCurrentFolder()
  17. FileSystem.executeApplication()
  18. FileSystem.executeDocument()
  19. FileSystem.readRegistryRaw()
  20. FileSystem.readRegistryString()
  21. FileSystem.writeRegistryString()
  22. FileSystem.readRegistryInteger()
  23. FileSystem.writeRegistyInteger()

Unfortuneatley currently this is only available for Window NT (2000,XP)

Download Here (.mxp)

To install this extension you will need Macromedia Extension Manager 1.6 or greater and Macromedia Flash MX 2004 or greater.

This extensions is licensed under a Creative Commons License. If you choose to download it then you are agreeing to the terms in this license agreement.

Tags: , , , , ,

Comments are closed.