OS-RENAMEsource-filename VALUE ( expression )target-filename VALUE ( expression )The name of the file or directory to rename. The file or directory name can contain Unicode characters. See OpenEdge Development: Internationalizing Applications for more information about Unicode.VALUE ( expression )An expression that returns the name of the file or directory to rename. expression can contain constants, field names, and variable names. The file or directory name can contain Unicode characters.VALUE ( expression )An expression that returns the new name of the file or directory. expression can contain constants, field names, and variable names. The file or directory name can contain Unicode characters.
If source-filename and target-filename specify different directories, this statement both renames the file and moves it to the new directory.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |