create_dir

Function create_dir 

Source
pub fn create_dir<P: AsRef<Path>>(path: P) -> Result<(), ApiError>
Expand description

Creates the given path in the Data/<gameid> folder.

It does not create intermediate folders.