ScrExportXfl
|
Exports an XFL file. |
|
| UI Command: | Export > XFL. |
| Syntax: | obj.ScrExportXfl(<filePath>) |
| Parameters: |
BSTR filePath (path for export) |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrExportXfl("C:/Directory/filename.xfl") |
| IPY Example: |
oDoc.ScrExportXfl('C:/Directory/filename.xfl') |