๐File System
These are all of the functions revolving the file system that Wave supports.
Append File
<void> appendfile(<string> path, <string> content)Delete File
<void> delfile(<string> path)Delete Folder
<void> delfolder(<string> path)Get Custom Asset
<string> getcustomasset(<string> path)Is File
Is Folder
List Files
Load File
Make Folder
Read File
Write Custom Asset
Write File
Last updated