Property JSettings.LoadedFile
Overload
true
if settings were loaded from file.
[JsonIgnore]
public bool LoadedFile { get; }
Property Value
Remarks
Returns false
if Load did not find the file (the settings were not saved) or failed to load/parse or parameter useDefault = true
or parameter file = null
.