I'm working on a project that downloads an exe file via sftp in C# using Tamir.SharpSSH
. It works however I want it to be downloaded in appdata/local/temp. The current filepath i'm using is
C:/Users/Pavilion/AppData/Local/Temp/Project.exe
But not everyones computer is called "Pavilion" Is there some kind of wildcard I can use?