We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bae73 commit cacc7a0Copy full SHA for cacc7a0
README.md
@@ -49,6 +49,7 @@ The main files you may want to look at would be instance.js
49
| Initialize integration | Initialize the Pipelab integration | |
50
| Append file | Appends the contents to the file. | Path *(string)* <br>Contents *(string)* <br> |
51
| Copy file | Copies the file. | Source *(string)* <br>Destination *(string)* <br> |
52
+| Fetch file size | Fetch the size of the file. | Path *(string)* <br> |
53
| Create folder | Creates the folder. | Path *(string)* <br> |
54
| Delete file | Deletes the file. | 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> |
0 commit comments