ArmA 3 windows server is not releasing files after execVM, preprocessFile* and loadFile. Please release the files.
Linux server is fine. No file locking behaviour.
ArmA 3 windows server is not releasing files after execVM, preprocessFile* and loadFile. Please release the files.
Linux server is fine. No file locking behaviour.
_fileContents = preprocessFile "whatever.sqf";
After the contents are read, attempt to delete "whatever.sqf".
Use-case for releasing files after reads or loads
Client-side, to release files held by a multiplayer session, it is necessary to back out to the multiplayer server selection screen.
Server-side, it is necessary to restart the server.
Please, prioritise this. Not releasing files after reads and loads is not very professional.