Managing Files in ProcScript

Uniface ProcScript instructions enable you to read, write, copy, move, rename, and delete files and directories, either locally or by going through file redirections in your assignment file. Uniface can also read or write directly to zip archives.

Uniface has a generic naming convention for specifying names of files and directories, enabling you to write platform-independent file management ProcScript. Uniface handles the conversion of this code to platform-specific file and directory names.

You can influence file handling behavior at runtime using assignment settings that determine the EOL character, character set, and file attributes.

Related Topics