GlobalBase static is FileInUse
This commit is contained in:
parent
6d6e33491b
commit
8079ffc742
@ -139,7 +139,7 @@ public class TrangaSettings
|
||||
{
|
||||
if (File.Exists(settingsFilePath))
|
||||
{
|
||||
while(GlobalBase.IsFileInUse(settingsFilePath))
|
||||
while(GlobalBase.IsFileInUse(settingsFilePath, null))
|
||||
Thread.Sleep(100);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user