C#/WPF
[WPF] windows service local application data Path
딸기우유중독
2024. 4. 18. 14:05
Environment.SpecialFolder.LocalApplicationData
App 실행에서랑 Windows Service로 실행 했을 때 로컬 path가 다름.
App
: C:\Users\iskim\AppData\Local
windows Service
: C:\Windows\System32\config\systemprofile\AppData\Local
.net windows service local application data is different then in normal app
In normal console app I have this Environment.SpecialFolder.LocalApplicationData is C:\Users\Simon\AppData\Local\ In Windows service Environment.SpecialFolder.LocalApplicationData is C:\Windows\
stackoverflow.com
728x90