ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Function search_xml_library_path

alps::search_xml_library_path — returns the full path to the specified XML file and checks whether the file exists.

Synopsis

// In header: <alps/parser/xslt_path.h>


ALPS_DECL std::string search_xml_library_path(const std::string & file);

Description

The function prepends the path to the ALPS XML/XSLT library directory to the specified filename.

Throws:

c std::runtime_error if the file does not exist in the ALPS XML/XSLT library directory.
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext