File Utilities Service

The File Utilities service enables processes to interact with the file system of the LiveCycle server or other file systems that the server can access.

Files are commonly used to integrate with various systems. A process can use the File Utilities service to read or write files in different formats, such as XML, comma-delimited text, and PDF. A process can also use this service to create a file in a specified directory and set permissions on the file.

The File Utilities service may also be part of a process that dynamically generates documents. For example, a process is scheduled to run every night. This process dynamically generates sales reports in PDF and places them in a directory. The directory is defined based on month and year.

// Ethnio survey code removed