Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 443 Bytes

filesystem.md

File metadata and controls

19 lines (11 loc) · 443 Bytes

📃 filesystem

Functions:

get_lua_path

filesystem.get_lua_path(): std::string

write_to_file

filesystem.write_to_file(std::string filename, std::string date, append): void

Name Type
append bool

read_from_file

filesystem.read_from_file(std::string filename): void