File :: operator= - Assign file
The function allows assigning a file object from another file handle.
The function is also called when using the assign operator in OSI scripts.
Return value: - internal feature (not documented) ( odaba::utils::File & )
Implementation details
odaba::utils::File &
File  :: operator= ( odaba::utils::File &cFile )
The function creates a copy for the file handle object passed in cFile. The reference count for the file object will be increased.
- cFile - - internal feature (not documented)