Files
Manage your files and folders, open and read files, control their existence and get their meta data.
Read this in other languages: English, Português, Español
How to install this module
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
Overview
-
Open Folder
Open folder from a file path -
Open File
Open file -
Get file
Ask the user to select a file and get the path -
Get folder
Ask the user to select a folder -
Rename folder
Ask the user to select a folder to rename it -
Read file
Reads a plain text file and saves its contents in a variable -
Delete folder
Delete a folder with all files -
Delete file
Delete a file indicating its extension and its name or part of the name -
Create Folder
Enter the path with name where you want to create the folder -
Check existence
Check if a file o folder exists -
List sorted files
CList files and select sort -
Search File
Returns a list with matches -
Get Metadata
Obtains file metadata such as: Name, modification date, creation date and file weight. -
Delete folder contents
Deletes all the contents of a folder -
Copy/Paste folder
Copies the folder including all its content -
Copy/Paste contents
Copies the contents of a folder without the root folder
OS
- windows