Command "LoadPropFromFile"

Summary

Loads properties from a property-file. The command belongs to the group "File".


Parameters

Parameter Name Description Type
FileName Path and filename of the property-file. valueexpression

Valid parameter combinations



Description

Loads a set of properties from a file.

Examples


Example 1

This loads a set of properties from the file "myproject.properties" and makes them globally available.
<LoadPropFromFile PropFileName="'myproject.properties'"/>