Configure.WriteAllToPCF
Description
- Write the entire current PowerPro configuration, including any imported text files, to a .pcf file.
Syntax
- Configure.WriteAllToPCF(pcfpath)
Parameters
- pcfpath
- (string) name of the target .pcf file, including path
- Optional; if omitted, a PowerPro file Save As prompt will be shown.
Examples
- Configure.WriteAllToPCF
- Shows a PowerPro file prompt for the .pcf file to save to, then writes to it the current configuration.
- Configure.WriteAllToPCF(pprofolder++?"backups\"++date++".pcf")
- Writes the current configuration to a .pcf file in the "backups" directory of PowerPro's installation directory, named with the current date.
Notes
- This command is intended to help debug text imports by showing what has been imported to memory.
- The saved configuration file can be viewed using the pproconf program.