company logo

File :: assign - Assign file

The function allows assigning a file, i.e. it copies path and access mode from the file passed in cFile . When the current file is opened, it will be closed before assigning. When the file passed in cFile 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::File & )

Implementation details

odaba::utils::File & File  :: assign ( odaba::utils::File &cFile )
  • cFile - - internal feature (not documented)