system-cmd-fork added

This commit is contained in:
vaclavt
2022-04-02 16:21:48 +02:00
parent 2607a50986
commit aaeb54d534
5 changed files with 50 additions and 21 deletions

View File

@@ -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);