mkdir and rmdir basic implementation
This commit is contained in:
4
ml_io.h
4
ml_io.h
@@ -17,8 +17,8 @@ bool is_path_file(const std::string &path);
|
||||
|
||||
bool is_path_dir(const std::string &path);
|
||||
|
||||
int mk_path_dir(const std::string &path);
|
||||
bool mk_path_dir(const std::string &path);
|
||||
|
||||
int rm_path_dir(const std::string &path);
|
||||
bool rm_path_dir(const std::string &path);
|
||||
|
||||
MlValue exec_system_cmd(const std::string &path);
|
||||
|
||||
Reference in New Issue
Block a user