I want to get the deskop path but the name is diffrnt depending on the language of windows. So i had to look up that name. Is this the correct way that works on all computers? Is there a better way?
-> Registry: Open key "Volatile Environment" under root HKEY_CURRENT_USER
-> Text: Set text to Registry.ReadString("USERPROFILE")+"\"
-> Registry: Open key "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}" under root HKEY_LOCAL_MAHCINE
-> Text: Set text to Text.Text+Registry.ReadString("Name")