Hi I need to add a line to my bot which deletes a file from AppData/Roaming/.../file.txt Since every person has a different path to AppData folder how do you go about this? How do you find out what the current users username is e.g: C:\\Users\\ THIS COULD BE ANYTHING \\AppData\\...? I tried without success: delete file("{$special folder("AppData")}\\Roaming\\...