Actions: Disk I/O
create a folder
Create a folder inside the user’s ‘documents’ folder.
Argument | Description |
---|---|
FolderName | The name of the folder to be created in the current user’s ‘documents’ folder |
list files
List the files in a specified folder inside current user’s ‘Documents’ folder.
Argument | Description |
---|---|
FolderName | The name of the folder to list the files from, inside current user’s ‘Documents’ folder |
VariableName | The variable to load the file list into |
load a text file
Load a text file from specified folder inside current user’s ‘Documents’ folder.
Argument | Description |
---|---|
VariableName | The variable to load the text file into |
FolderName | The name of the folder to load from, inside current user’s ‘Documents’ folder |
FileName | Name of the text file to load |
load binary file
Load a binary file from specified folder inside current user’s ‘Documents’ folder.
Argument | Description |
---|---|
VariableName | The variable to load the binary file into |
FolderName | The name of the folder to load from, inside current user’s ‘Documents’ folder |
FileName | Name of the binary file to load |
save a binary file
Save a binary file into specified folder inside current user’s ‘Documents’ folder.
Argument | Description |
---|---|
VariableName | The variable to save into a binary file |
FolderName | The name of the folder to save into, inside current user’s ‘Documents’ folder |
FileName | Name of the binary file to save |
save a text file
Save a text file into specified folder inside current user’s ‘Documents’ folder.
Argument | Description |
---|---|
VariableName | The variable to save into a text file |
FolderName | The name of the folder to save into, inside current user’s ‘Documents’ folder |
FileName | Name of the text file to save |
set working folder
Set the working folder (inside the user’s ‘documents’ folder).
Argument | Description |
---|---|
FolderName | The value to set variable to (input or another variable) |
This chapter was last updated on Wed 12 Jul 2023 22:12:12 BST