- conf_d_member_data(?Field, +ConfigInfo, ?Value) is nondet
- True if Value is the value for Field in ConfigInfo. ConfigInfo
is an opaque term as returned by conf_d_info/3. Defined fields
are:
- file
- Absolute path of the file
- module
- Module defined in the file (can fail)
- title
- Comment-title (from /** <module> Title .. */)
- loaded
- Boolean, indicating whether the file is currently loaded.