ScrExportXfl

Exports an XFL file.

UI Command:   Export > XFL.
Syntax:   obj.ScrExportXfl(<filePath>)
Parameters:  

BSTR filePath (path for export)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrExportXfl("C:/Directory/filename.xfl")

IPY Example:  

oDoc.ScrExportXfl('C:/Directory/filename.xfl')