Skip to content

FileSystem

S Pradosh edited this page Oct 6, 2022 · 1 revision

importing library

importl
FileSystem

Creating File

createFile("test.txt")

Writing to a File

writeFile("test.txt", "This%0aFile%0ais%0aTest!")

Appending a text to file

appendFile("test.txt", "%0bNicee!")

Reading a file

foo = readFile("test.txt")

Renaming or Moving a file

moveFile("test.txt", "test2.txt")

Deleting a file

deleteFile("test2.txt");

πŸ‰ Melon Language Wiki

πŸ˜‰ Simple, πŸ’Ύ Low Level, πŸ‘¨β€πŸ’» PPL


Requirements

[External] Git

[External] C# Runtime

Architecture and OS that Melon Supports

Coding & Learning

Getting Into the coding

Variables

Advanced Calculations

Casting and Incrementing

Timers

Compilation

Loops and Goto

Functions

Conditions

File System

User Input

Importing Files and Library

Graphics

Package System

Configuration

Setup OS X for Melon Language

Setup Melon Language for Windows Terminal

Setup Melon Language for VSCode Terminal

Setup Environment CLI for Melon Language on Windows

Other

Downloads History

✨ WOW! You are at the end! now you are a Melon πŸ‰ programmer! Claim your badge!

Melon

Copy Paste: [![Melon](https://nuag9x4nt640.runkit.sh)](https://github.com/pradosh-arduino/Melon-Language/)

Clone this wiki locally