Closed kfot closed 11 months ago
Hi! Thank you for the PR!
I suggest moving the folder creation code to:
https://github.com/w3champions/flo/blob/develop/crates/client/src/lan/game/game.rs#L198
The open call should fail if the parent folder doesn't exist. This behavior aligns with that of std::fs::File::create.
open
Hi! Thank you for the PR!
I suggest moving the folder creation code to:
https://github.com/w3champions/flo/blob/develop/crates/client/src/lan/game/game.rs#L198
The
open
call should fail if the parent folder doesn't exist. This behavior aligns with that of std::fs::File::create.