sevConvertStateFormat
sevConvertStateFormat( [?libsl_libs] [?stateDirt_stateDir] [?viewTypet_viewType] [?formatt_format] [?backupg_backup] [?recoverg_recover] [?autoChecking_autoCheckin] [?popUpWarnWing_popUpWarnWin] =>t/nil
Description
Translates all ADE XL states from normal to XML format in the current directory. This function can also be used to do translate a specific parameter set. You can use this function in the OCEAN script and perform the translation in a batch.
Arguments
Value Returned
|
All ADE XL states are translated from normal to XML format in the current directory. |
|
Examples
Converts all adexl views under current directory from the files format to xml format.
sevConvertStateFormat()
Converts the adexl view under evaluation library to files format and also creates a backup of original state under directory /home/user/backup.
sevConvertStateFormat(?libs “evaluation” ?format ‘files ?backup “/home/user/backup”)
Recovers the adexl view under evaluation library from backup directory /home/user/backup
sevConvertStateFormat(?libs “evaluation” ?format ‘files ?backup “/home/user/backup” ?recover t)
Converts the ADE L state under directory /home/user/artist_state to the xml format.
sevConvertStateFormat(?stateDir “/home/user/artist_state” ?viewType ‘stateview )
Converts the adexl view under evaluation library to xml format and check in the view automatically under DM environment.
sevConvertStateFormat(?libs “evaluation” ?autoCheckin t)
Return to top