function LoadStringFromLockedFile(const FileName: String; var S: AnsiString): Boolean;
Loads the specified binary or non Unicode text file into the specified string, even if the file is already opened for writing by another program. Returns True if successful, False otherwise.