JsonConfig icon indicating copy to clipboard operation
JsonConfig copied to clipboard

Reading the user config after change locks the file

Open sveco opened this issue 7 years ago • 0 comments

Saving change file two times, causes System.IO.IOexception - as file is locked by saving process i guess. Use File.ReadAllLines instead of File.ReadAllText to prevent locking the file during read.

sveco avatar Sep 21 '17 10:09 sveco