orca-app / orca

A Wasm environment for cross-platform, sandboxed graphical applications.
https://orca-app.dev
Other
349 stars 16 forks source link

Path stuff #30

Closed martinfouilleul closed 11 months ago

martinfouilleul commented 11 months ago

You'll be happy to hear oc_str8_split() now returns empty strings for consecutive separators. oc_path_split() takes care of removing empty path elements. The PR also fixes a number of windows implementations to returns paths with forward slashes.