BinaryFile :: assign - Assign binary file
The function allows assigning a binary file, i.e. it copies path and access mode from the file passed in cBinaryFile. When the file is opened, it will be closed before assigning. When the file passed in cBinaryFile is opened, the file will be opened.
The function is also called when using the assign operator in OSI scripts.
Return value: - internal feature (not documented) ( odaba::utils::BinaryFile & )
Implementation details
odaba::utils::BinaryFile &
BinaryFile  :: assign ( odaba::utils::BinaryFile &cBinaryFile )
- cBinaryFile - - internal feature (not documented)