OS-APPENDsource-filename VALUE ( expression )target-filename VALUE ( expression )The name of the source file. (If you append file A to file B, file A is the source file.) If you specify a directory, OS-APPEND generates an error. The filename can contain Unicode characters. See OpenEdge Development: Internationalizing Applications for more information about Unicode.VALUE ( expression )An expression that returns the name of the source file. (If you append file A to file B, file A is the source file.) expression can contain constants, field names, and variable names. The filename can contain Unicode characters.VALUE ( expression )An expression that returns the name of the target file. (If you append file A to file B, file B is the target file.) expression can contain constants, field names, and variable names. The filename can contain Unicode characters.
If target-file names a file that does not exist or a directory, OS-APPEND becomes an OS-COPY and a copy is created in the current or specified directory. If an error occurs during the copy, the AVM deletes the partial target-file.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |