aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
656 stars 86 forks source link

Update JsonFileConfigStore.cs #124

Closed ykarpeev closed 2 years ago

ykarpeev commented 2 years ago

Check that a file exists before doing a File.Replace - Do a File.Move instead if it does not.

Avoids an exception if the file does not exist when doing file.replace.