OS-DELETEfilename VALUE ( expression )RECURSIVEThe name of the files or directories to delete. If you specify a directory that is not empty, you must also specify the RECURSIVE option to delete both the files contained within the directory and the directory itself. 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 files or directories to delete. expression can contain constants, field names, and variable names. The file or directory name can contain Unicode characters.Instructs OS-DELETE to delete all subdirectories of the directory named in filename, as well as the directory itself. Before a directory or subdirectory is deleted, its files are deleted.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |