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 the 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 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 |
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 |
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 8 Feb 2023 14:24:05 GMT