system-cmd-fork added
This commit is contained in:
3
ml_io.h
3
ml_io.h
@@ -14,11 +14,10 @@ bool 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);
|
||||
|
||||
bool mk_path_dir(const std::string &path);
|
||||
|
||||
bool rm_path_dir(const std::string &path);
|
||||
|
||||
MlValue exec_system_cmd(const std::string &path);
|
||||
MlValue exec_system_cmd_fork(const std::vector<std::string> &args);
|
||||
|
||||
Reference in New Issue
Block a user