You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| List files | Load a list of files in a given folder. Use expressions after this action to get the count and file names | Path *(string)* <br> |
55
+
| List files | Load a list of files in a given folder. Use expressions after this action to get the count and file names | Path *(string)* <br>Recursive *(boolean)* <br>|
| Open browser | Opens the browser. | URL *(string)* <br> |
58
58
| Read binary file | Reads a file into a Binary Data object. Triggers 'On binary file read' when completes. | Tag *(string)* <br>Path *(string)* <br>Destination *(object)* <br> |
@@ -111,7 +111,6 @@ The main files you may want to look at would be instance.js
111
111
| ArgumentAt | Get the argument at the given index. | string | Index *(number)* <br> |
112
112
| ArgumentCount | Get the number of arguments. | number ||
113
113
| ChosenPath | Return the chosen path after a file dialog. | string ||
114
-
| AppFolder | Return the folder of the current app. | string ||
115
114
| AppFolderURL | Return the URL of the folder of the current app. | string ||
116
115
| DroppedFile | Return the dropped file after a file drop. | string ||
117
116
| FileError | Return the error message after a file operation fails. | string ||
@@ -123,6 +122,23 @@ The main files you may want to look at would be instance.js
123
122
| ProjectFilesFolderURL | Return the URL of the folder of the project files. | string ||
124
123
| ReadFile | Return the contents of the file. | string ||
125
124
| UserFolder | Return the current User's folder | string ||
125
+
| HomeFolder | Return the current Home folder | string ||
126
+
| AppDataFolder | Return the current AppDataFolder folder | string ||
127
+
| UserDataFolder | Return the current UserDataFolder folder | string ||
128
+
| SessionDataFolder | Return the current SessionDataFolder folder | string ||
129
+
| TempFolder | Return the current TempFolder folder | string ||
130
+
| ExeFolder | Return the current ExeFolder folder | string ||
131
+
| ModuleFolder | Return the current ModuleFolder folder | string ||
132
+
| DesktopFolder | Return the current DesktopFolder folder | string ||
133
+
| DocumentsFolder | Return the current DocumentsFolder folder | string ||
134
+
| DownloadsFolder | Return the current DownloadsFolder folder | string ||
135
+
| MusicFolder | Return the current MusicFolder folder | string ||
136
+
| PicturesFolder | Return the current PicturesFolder folder | string ||
137
+
| VideosFolder | Return the current VideosFolder folder | string ||
138
+
| RecentFolder | Return the current RecentFolder folder | string ||
139
+
| LogsFolder | Return the current LogsFolder folder | string ||
140
+
| CrashDumpsFolder | Return the current CrashDumpsFolder folder | string ||
141
+
| AppFolder | Return the folder of the current app. | string ||
126
142
| WindowHeight | Return the height of the window. | number ||
127
143
| WindowWidth | Return the width of the window. | number ||
128
144
| WindowTitle | Return the title of the window. | string ||
0 commit comments