OOF2: The Manual

Name

OOF.File.Save.Profile — Save a named profile to a file.

Synopsis

OOF.File.Save.Profile(filename,mode,format,profile)

Details

  • Parent Menu: OOF.File.Save
  • Callback: function saveprofile in module oof2.engine.IO.profileIO
  • Threadability: Threadable
  • Options: disabled=1
  • Parameters:

    filename
    File name. Type: A character string.
    mode
    'w' to (over)write and 'a' to append. Type: A character string.
    format
    File format. Type: An object from the DataFileFormat enumerated class.
    profile
    Profile to save. Type: The name of a named Profile.

Description

Save a named Profile to a data file. The available file formats are discussed in Section 2.6.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */