Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | File Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.file:bytesToFile
pub.file:checkFileExistence
pub.file:copyFile
pub.file:deleteFile
pub.file:getFile
pub.file:listFiles
pub.file:moveFile
pub.file:readerToFile
pub.file:streamToFile
pub.file:stringToFile
The following elements are available in this folder:
Element
Package and Description
WmPublic. Writes the specified byte array to a file.
WmPublic. Checks if a specified file exists, and if the file exists, checks whether the file name represents a file or a directory.
WmPublic. Copies a file from one directory to another.
WmPublic. Deletes the specified file.
WmPublic. Retrieves a specified file from the local file system.
WmPublic. List all the files in a specified directory.
WmPublic. Moves a file from one directory to another.
WmPublic. Reads data from a java.io.Reader object and writes it to a file.
WmPublic. Writes the data in the InputStream to a file.
WmPublic. Writes text to a file.