Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

This command takes a boolean argument to enable or disable the backup of pipeline (*.plf) files.

It is the equivalent of selecting or clearing the Allow PLF Backup option in the Preferences dialog box (Misc tab).

Functional area

System

Command syntax

Syntax

setBackupPlfsEnabled enabled

Arguments

See above syntax.

Flags

None

Return value

void

Example

// Turns off the backup of .plf files
setBackupPlfsEnabled false;


  • No labels