spacedriveapp / spacedrive

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

Home Page:https://spacedrive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strings are used for paths instead of PathBuf

julianbraha opened this issue · comments

Describe the bug

PathBuf is intended to be a flexible path type, and is similar to String.

Reproduction

No response

Expected behavior

No response

Platform and versions

8.14.1
cargo 1.75.0 (1d8b05cdd 2023-11-20)
rustc 1.75.0 (82e1608df 2023-12-21)

Stack trace

No response

Additional context

No response