Replace files in a standard library
- Last Updated: August 16, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This is the syntax for the PROLIB command to replace one or more files in a standard library:
| Operating system | Syntax |
|---|---|
| UNIX Windows |
|
- library-name
-
Specifies the name of the library with the file you want to replace.
- file-name
-
Specifies the name of the file.
When you replace a file, the system overwrites the old file with a file of the same name. Therefore, the pathname you supply for the file has to be the same as the pathname you used originally to add the file to the library. If you try to replace a file that does not exist, PROLIB displays an error message. However, if you specify the
-nowarnparameter, PROLIB adds the existing file to the library. See Add files to a standard library for more information.