Hello, today I got a new issue on the program im developing so.. the issue is that I want to change a file in this path C:\Users\[USERNAME]\AppData\Roaming\[PROGRAM NAME].
But the thing is when a user's computer has a different language then english this path changes to something like this C:\[Users in the operating system language]\[USERNAME]\AppData\Roaming\[PROGRAM NAME].
So basically how can I get a file path by doing a "search" if that's possible, or is there any "Master Path" that works for every language..
Hope you guys can help me.