why wont this work?

closed account (LAfSLyTq)
string Uname = USER;
string Profile = USER;
string path = "C:/Users/" + Uname + "/Documents/ArchStudio/HALO Saves/" + Profile;

the path comes out as C:/Users//Documents/ArchStudios/HALO Saves/
What is USER set to? Looks like it's blank.
USER is clearly not defined anywhere....
Topic archived. No new replies allowed.