IO.json 414 B

12345678910111213141516171819
  1. {
  2. "name" : "IO",
  3. "sources" : ["Source/Atomic/IO"],
  4. "classes" : ["Log", "File", "FileSystem", "FileWatcher"],
  5. "overloads" : {
  6. "File" : {
  7. "File" : ["Context", "String", "FileMode"]
  8. }
  9. },
  10. "typescript_decl" : {
  11. "File" : [
  12. "readText():string;",
  13. "writeString(text:string):void;"
  14. ],
  15. "FileSystem" : [
  16. "scanDir(pathName:string, filter:string, flags:number, recursive:boolean);"
  17. ]
  18. }
  19. }