Hi all,
I'm new to WPF in c#, and need to know how I can replace my username with something with the basic equivalent to %userprofile%
so that the file will run on other computers.
I've looked at many questions like this, but can't seem to find what I'm looking for.
What I have so far..
Process.Start(@"C:\\Users\Alexander\Desktop\She's here\She's here..lnk");
This works on my computer, but I need it to work in all instances.
I've tried using environment.find and I can't seem to understand it.