pub fn create_dir<P: AsRef<Path>>(path: P) -> Result<(), ApiError>
Creates the given path in the Data/<gameid> folder.
path
Data/<gameid>
It does not create intermediate folders.