Try OpenEdge Now
Managing ABL Applications
ABL and R-code Deployment and Management
:
Managing Procedure Libraries
:
Generating a memory-mapped library
:
Deleting files from a standard library
Deleting files from a standard library
This is the syntax for the PROLIB command to delete files from a standard library:
Operating system
Syntax
UNIX Windows
prolib
library-name
-delete
file-name
[
file-name
]
...
library-name
Specifies the name of the library with the file you want to delete.
file-name
Specifies the name of the file. You can specify more than one file at a time.