-
-
Notifications
You must be signed in to change notification settings - Fork 1
FileSystem
S Pradosh edited this page Oct 6, 2022
·
1 revision
importl
FileSystem
createFile("test.txt")
writeFile("test.txt", "This%0aFile%0ais%0aTest!")
appendFile("test.txt", "%0bNicee!")
foo = readFile("test.txt")
moveFile("test.txt", "test2.txt")
deleteFile("test2.txt");
Copyright (C) S Pradosh 2023 - Closed Source Project
Architecture and OS that Melon Supports
Setup Melon Language for Windows Terminal
Setup Melon Language for VSCode Terminal
Setup Environment CLI for Melon Language on Windows
Copy Paste: [](https://github.com/pradosh-arduino/Melon-Language/)