changes here, changes there
This commit is contained in:
7
ml_io.h
7
ml_io.h
@@ -9,13 +9,16 @@
|
||||
|
||||
std::string read_file_contents(const std::string &filename);
|
||||
|
||||
int write_file_contents(const std::string &filename, const std::string &content);
|
||||
|
||||
MlValue list_dir(const std::string &path);
|
||||
|
||||
bool is_path_file(const std::string &path);
|
||||
|
||||
bool is_path_dir(const std::string &path);
|
||||
|
||||
int mk_dir(const std::string &path);
|
||||
int mk_path_dir(const std::string &path);
|
||||
|
||||
int rm_dir(const std::string &path);
|
||||
int rm_path_dir(const std::string &path);
|
||||
|
||||
MlValue exec_system_cmd(const std::string &path);
|
||||
Reference in New Issue
Block a user