buildInfo

fnIStr buildInfo(IStr path = defaultBuildInfoPath)(IStr key)

Returns the value associated with a key from a build info file. The file uses the format: "key: value" Returns an empty string if the key is not found. Example: buildInfo("version") returns "1.0.0" for the line version: 1.0.0.