GETBASETEMPLATEPATH | |
説明
アプリケーションのベースページの絶対パスを取得します。 |
|
戻り値
アプリケーションのベースページの絶対パスの文字列 |
|
カテゴリ
その他の関数、システム関数 |
|
関数のシンタックスGetBaseTemplatePath() |
|
関連項目
GetCurrentTemplatePath、FileExists、ExpandPath |
|
例<h3>GetBaseTemplatePath の例</h3> <p>現在のページのテンプレートパス : <cfoutput>#GetBaseTemplatePath()#</cfoutput> |