manifestRead

reads a manifest file and returns the content as struct

manifestRead(path) → returns struct

Member Function Syntax

This function requires Lucee 5 and up.  Not supported on Adobe ColdFusion, etc.

Argument Reference

path string
Required

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

Examples
Sample code invoking the manifestRead function

dump(manifestRead(path));

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub