Files
Use the files commands to handle files and their content.
-
Compare Two Files
Compares the contents of two files. -
Convert Base64 to File
Converts a text in Base64 format to a file. -
Convert File to Base64
Converts a file to Base64. -
Copy File
Copies a file from one directory to another. -
Count Files
Counts the number of files contained in a directory. -
Delete File
Deletes a file from a directory. -
Delete from Directory
Deletes files from a directory and its subdirectories. -
Export Asset
Exports an asset file. -
Get File Information
Gets information from a file. -
Get File Path
This command is removed. Gets a file path. -
Get Files
Gets file paths from a directory. -
If File Exists
Checks if a file exists according to a file path. -
Is File in Use
Checks if a selected file is in use. -
Move File
Moves a file from one directory to another. -
Read All Bytes
Reads a file and returns all its contents in a Byte list. -
Read All Text
Reads the content of a file and returns the text and number of lines of it. -
Rename File
Renames a file. -
Write to File
Writes a content to a file.