Skip to main content

dir_create

Function dir_create 

Source
pub fn dir_create(path: &str) -> Result<Void, FileError>
Expand description

Create a directory

§Arguments

  • path - Path to create

§Returns

  • Result<Void, FileError> - Success or error