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?