MESSOR
Documentation
Home
Download
Installation
Protocol
Library
Old version
Messor Network Protocol
class File
Class for file operations
static
write
(
string
name
,
string
string
):
bool
Write to file
static
create
(
string
name
):
bool
Creating an empty file
static
clear
(
string
name
):
bool
Cleaning up a file
static
read
(
string
name
):
bool
Reading a file into a string
static
deleteFilesInDir
(
string
dir
):
void
Deletes files in the given directory