OS-CREATE-DIR dirname VALUE ( expression )The name of a directory to create. If the directory already exists, no error is generated. If a file with this name exists, an error is generated. The name can be a pathname or a simple name. The directory name can contain Unicode characters. See OpenEdge Development: Internationalizing Applications for more information about Unicode.If dirname is not a fully qualified directory name, ABL prepends the current working directory to dirname.VALUE ( expression )An expression that returns the name of a directory to create. Expression can contain constants, field names, and variable names. The directory name can contain Unicode characters.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |