Function create_dir

Source
pub fn create_dir(path: &str) -> Result<(), String>
Expand description

创建目录

  • path 路径带文件名 /home/roger/foo/bar/baz.txt