Forum
Install now from theChrome Web Store
ACtl.getFile('<desktop>/todo.txt') will get the file | The current user's desktop folder | |
| The current user's "My Documents" folder | |
| The current user's profile folder. e.g. | |
| The current user's Appplication data folder. e.g. | |
| The OS's installation directory. e.g. | |
| The Program Files folder for 32-bit programs. e.g. | |
| The current user's "Recent items" folder | |
| The current user's startup folder |
ACtl.saveFile('<temp>/userData.json', {name: 'John', age: 29}) will save the file