Open Jklawreszuk opened 3 weeks ago
Getting LocalAppData path shouldn't be hardcoded if we want more universal code for all platforms. It should be received from Environment.GetFolderPath with Environment.SpecialFolder enum which contains common paths for OS folders.
PR Details
Getting LocalAppData path shouldn't be hardcoded if we want more universal code for all platforms. It should be received from Environment.GetFolderPath with Environment.SpecialFolder enum which contains common paths for OS folders.
Types of changes
Checklist