Function CSPTemplate::LoadFromFile()
Description:
Loads and builds the template from a file.
 |
Prototype:
bool LoadFromFile(const CSPString& strFilename);
Arguments:
- const CSPString& strFilename [IN]
The template filename.
Return value:
If successful, it returns true. Otherwise, it returns false.
Examples:
Template.LoadFromFile( "Hello.tmpl" );
See also:
member function Build()
|
|