Activity ID
|
Description
|
BASE64_DECODE
|
Base64 decode the contents of a specified file.
|
BASE64_ENCODE
|
Base64 encode the contents of a specified file.
|
COPY_FILE
|
Copy file(s) from one directory to another.
|
CREATE_DIRECTORY
|
Creates a Directory.
|
DELETE_FILE
|
Delete file(s) from a directory.
|
DIRECTORY_LIST
|
Lists the contents of a directory.
|
FOR_EACH_TXTLIN
|
Iterate for each line in a text file.
|
FOR_EACH_OBJECT
|
Iterate for each object in an IBM i server library
|
HASH_FILE
|
Generate a hash value for a specified file
|
LOAD_PSVSET
|
Load processing sequence variables from a PSV file.
|
MOVE_FILE
|
Move file(s) from one directory to another.
|
PATHCHECK
|
Checks whether a file or folder path exists.
|
PATHMAKE
|
Constructs a file path from folder path and file name.
|
PATHSEPREMOVE
|
Removes the trailing path separator from the specified path, if present
|
PATHSPLIT
|
Splits a file path into its constituent components.
|
PGP_DECODE
|
PGP decode the contents of a specified file.
|
PGP_ENCODE
|
PGP encode the contents of a specified file.
|
QUERY_CCSID
|
Returns the IBM i CCSID for a specified file
|
RENAME_FILE
|
Renames a file.
|
SAVE_PSVSET
|
Save processing sequence variables to a PSV file.
|
SMB_COPY
|
Copy a file using the SMB service
|
SMB_CREATEDIR
|
Create a directory on a server using the SMB service
|
SMB_DELETE
|
Delete a file using the SMB Service.
|
SMB_LIST
|
Produce a list of files and directories using the SMB service
|
SMB_RENAME
|
Rename files on a server using the SMB service
|
SYSTEM_COMMAND
|
Executes an operating system command.
|
TEXTFILE_SPLIT
|
Split a text document file.
|
TEXT_SUBSTITUTE
|
Reads a skeleton text file and replaces %%parm.parmeter%% references in the text with the current parameter value and writes the expanded text file.
|
TEXTFILES_COMBINE
|
Combines one or more text files into one.
|
WAIT_FILESREADY
|
Cache operations for files waiting for "ready"
|
WATCH_DIRECTORY
|
Watch a directory for new or changed files
|
WRITE_FILE
|
Write text to a file.
|
XML_SPLIT
|
Split an XML document file.
|
XML_QUERY
|
Query value(s) in an XML document file.
|
XML_VALIDATE
|
Validate an XML document file.
|
XSL_TRANSFORM
|
Executes an XSL transformation
|
ZIP_DIRECTORIES
|
Zips a list of directories and places the contents in a zip archive.
|
ZIP_FILES
|
Zips a list of files and places them in a zip archive.
|
ZIP_LIST
|
Lists the contents of a zip archive.
|
ZIP_UNZIP
|
Lists the contents of a zip archive.
|