Progress.Archive.ArchiveInfo class
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This class provides information from a manifest file for a given archive file.
Serializable:
No
Constructor(s)
|
- fileName
- A CHARACTER expression that represents the name of the manifest file, which can be located via the PROPATH or an absolute file name.
Note: The constructor raises an error if:
- the file is not an archive file (.apl).
- the archive file cannot be located or opened.
- the manifest file (MANIFEST.MF) cannot be located or opened.
- validation fails (if required).
Super Class
Interfaces
This class does not implement interfaces (beyond those it inherits from its base class).
Public Properties
Public Methods
| GetValue( ) method (ArchiveInfo) | — |
Example
The following example instantiates a new ArchiveInfo class for an archive
file named myfile.apl, displays built-in properties, and
retrieves a custom property.
|