I am making a program that I want to load music from library/music on any computer.
To do this I use Music.FromUri().
However, I need the username from the current computer in order for the filepath to work.
Is there any way to get the username and use it in the filepath?