Subj : Rust >.< To : All From : apam Date : Wed Oct 05 2022 22:47:15 Hi I'm trying to learn rust.. I'm stuck however and was hoping someone more familiar with the language could tell me where I'm going wrong... I have a json file located in "users/apam.json" I have a function to save the userfile (that worked great) however loading it is causing me problems... if I load it with : let d = fs::read_to_string("users/".to_owned() + &username + ".json")?; where username is a string that contains "apam" it fails with "os error, no such file or directory" if however I do this: let d = fs::read_to_string("users/apam.json")?; it works... (yes I'm practicing rust by writing a toy bbs) Andrew --- Talisman v0.43-dev (Windows/x64) * Origin: Smuggler's Cove - Private BBS (21:1/182) .