General
On this page
LioranBoard fully supports creating, reading, writing and modifying INI and CSV files.
With Buffer commands, LioranBoard can create, read, write and modify any file as well, however it’s not as straight forward as using INI/CSV commands and requires some further knowledge.
Copies a file from the LioranBoard folder and pastes it in any of its subfolders.
Will not replace the file if one with the same name is already present.\
Box Name | Type | Description |
---|---|---|
File Path | string | Full path including the file name you wish to copy. |
Copy to | string | Where you want to copy the file. You can use sound\ for sound folder and image\ for image folder. |
Returns the SHA1 hash of a file.
SHA1 hash is like a file’s digital signature. You can verify a file’s integrity by checking its hash value. If even one byte in the file changes (i.e. the file is modified in any way), its hash value will be different.
Very useful command to periodically detect any file changes.
Box Name | Type | Description |
---|---|---|
Variable | String | Variable to save the SHA1 string in. |
File Path | string | Full path including the file name you wish to get SHA1 hash of. |