Skip to main content

create_directory

Function create_directory 

Source
pub fn create_directory<'a, SA>(path_name: &WStr, sec_attrs: SA) -> OsResult<()>
where SA: Into<Option<&'a mut SecurityAttributes<'a>>>,