ManifestRead()
Reads the manifest file from a JAR file, or directly from a MANIFEST.MF file and returns the content as struct.
Introduced: 5.0.0.0
ManifestRead( str=string );
Returns: Struct
Argument | Description |
---|---|
str
string,
required
|
Path to a jar file containing a "MANIFEST.MF" file in the directory "/META-INF/", path to a Manifest file or the content of a Manifest File |
Examples
There are currently no examples for this function 16,923ms WARN No examples for function manifestreadSee also
- Java
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)