Last Updated: Dec 3, 2020
The following functions can be used to automate File related tasks:
Functions | Description |
---|---|
Check The File Exists Or Not | Use this function to find if a file exists in the given path |
Copy File | Use this function to copy the source file to the given destination path |
Copy Folder | Use this function to copy the source folder to the given destination path |
Create Folder | Use this function to create a folder in the given folder path |
Delete File | Use this function to delete a file in the given file path |
Delete Folder | Use this function to delete a folder in the given folder path |
Download File | Use this function to download a file from the given URL |
File Explorer | Use this function to fetch a table of files and their associated properties in a given folder |
File Extension | Use this function to find the extension of the input file |
Get Filesize | Use this function to find the size of the input file |
Join Two Paths | Use this function to join the given folder paths |
Move File | Use this function to move the source file to the given destination path |
Move Folder | Use this function to move the source folder to the given destination path |
Remove Files From Folder | Use this function to delete all the files present in the given folder |
Unzip A Zip File | Use this function to unzip the given file and extract the files inside a zip folder |
Unzip File | Use this function to extract the zip file in the given path into the given destination directory |