reads a manifest file and returns the content as struct
manifestRead(path)
returns struct
Name | Type | Required | Default | Description |
---|---|---|---|---|
path | string | Yes | Path to — a jar file containing a “MANIFEST.MF” file in the directory “/META-INF/” — a Manifest file or the content of a Manifest File |
dump(manifestRead(path));