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