mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Fix file lock check
This commit is contained in:
@@ -201,6 +201,7 @@ bool GpFileSystem_Win32::FileLocked(PortabilityLayer::VirtualDirectory_t virtual
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*exists = true;
|
||||||
return (attribs & FILE_ATTRIBUTE_READONLY) != 0;
|
return (attribs & FILE_ATTRIBUTE_READONLY) != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user