File/Folder Operations
This function block allows you to perform various operations on files and folders. Users can select a specific operation to execute, ranging from listing items in a directory to reading or writing files.
๐ฅ Inputs
Folder Path
A string indicating the path of the folder or file to operate on, depending on the selected operation.
๐ค Outputs
Strings
The output type may vary based on the selected operation, such as a list of filenames, folder names, or file content.
๐น๏ธ Controls
Method Selection
A dropdown menu that allows you to choose from various file and folder operations like listing files, reading content, or manipulating files.
๐จ Features
Multiple Operations Support
This block supports a wide range of file and folder operations, making it versatile for file management tasks.
Dynamic Input/Output Sockets
The input and output sockets dynamically change based on the selected operation to provide relevant data.
๐ Usage Instructions
Select Operation: Choose the desired operation from the
Method Selection
dropdown.Provide Path: Enter the folder path or file path needed for the selected operation in the input socket.
Evaluate: Execute the block to perform the selected operation; the results will be returned through the output socket.
๐ Evaluation
The block evaluates the inputs and performs the selected file or folder operation, returning relevant results in the output socket.
๐ก Tips and Tricks
๐ ๏ธ Troubleshooting
Last updated
Was this helpful?