Function playdate_fs::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.