User Guide
CFML Quick Reference 31
System functions
DirectoryExists(absolute_path)
Duplicate(
variable_name)
ExpandPath(
relative_path)
FileExists(
absolute_path)
GetBaseTemplatePath()
GetContextRoot()
GetCurrentTemplatePath()
GetDirectoryFromPath(
path)
GetEncoding(
scope_name)
GetException(
object)
GetFileFromPath(
path)
GetFunctionList()
GetHttpRequestData
()
GetLocale()
GetLocaleDisplayName([ locale [, inLocale ]])
GetMetaData(
object)
GetMetricData(
mode)
GetPageContext()
GetProfileSections(iniFile)
GetProfileString(
iniPath, section, entry)
GetTempDirectory()
GetTempFile(dir, prefix)
GetTemplatePath See GetBaseTemplatePath
GetTickCount()
SetEncoding(
scope_name, charset)
SetLocale(
new_locale)
SetProfileString(iniPath, section, entry, value)
WriteOutput
(string)
XML functions
AddSOAPRequestHeader(webservice, namespace, name, value
[, mustunderstand ])
AddSOAPResponseHeader(
namespace, name, value
[, mustunderstand ])
GetSOAPRequest()
GetSOAPRequestHeader(
namespace, name [, asXML ])
GetSOAPResponse(
webservice)
GetSOAPResponseHeader(
webservice, namespace, name
[,
asXML ])
IsSOAPRequest()
IsXML(
value)
IsXmlAttribute(
value)
IsXmlDoc(
value)
IsXmlElem(
value)
IsXmlNode(
value)
IsXmlRoot(
value)
IsWDDX(value)
ToString(
value [, encoding ])
XmlChildPos(
elem, childName, N)
XmlElemNew(
xmlObj [, namespace ], childName)
XmlFormat(
string)
XmlGetNodeType(
xmlNode)
XmlNew([
caseSensitive ])
XmlParse(
xmlText [[, caseSensitive ], validator ])
XmlSearch(
xmlDoc, xPathString)
XmlTransform(
xml, xsl [, parameters ])
XmlValidate(
xmlDoc [, validator ])