BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

`GetSettingsFilePath` is not returning a path but file content #174

Closed BryanWilhite closed 4 months ago

BryanWilhite commented 4 months ago

the following line is needed:

if (File.Exists(path)) return path;