FileTemplateApply

FileTemplateApply[template]

含まれるすべてのテンプレート要素を評価することでテンプレートを適用し,その名前が返される一時ファイルに結果を書き込む.

FileTemplateApply[template,args]

args を使ってそのスロットを埋めることでテンプレートを適用し,結果を一時ファイルに書き込む.

FileTemplateApply[template,output]

結果を output で表されるファイルに書き込むことでテンプレートを適用する.

FileTemplateApply[template,args,output]

args を使ってスロットを埋めることでテンプレートを適用し,結果を output で表されるファイルに書き込む

詳細とオプション

  • FileTemplateApplyは,TemplateApplyと同じように,template および args に作用する.
  • デフォルトで,FileTemplateApplyは,可能な場合は,output 中の既存のコンテンツを上書きする.
  • 出力ファイルはFile["file"]あるいは"file"として指定することができる.

例題

すべて開くすべて閉じる

  (1)

FileTemplateApplyは,任意の式に使うことができる:

第1引数はTemplateApplyで処理される.これは,StringFile,あるいは任意のTemplateObjectでよい:

指定の場所にあるテンプレートをエキスポートするパスを指定する:

スコープ  (5)

Fileは完全にサポートされている:

Fileを第3引数として使って結果を指定することもできる:

テンプレートはWolfram Cloudに置くことができる:

結果はCloudObjectに保存することができる:

URLを使ってテンプレートを取り出すことができる:

Wolfram Research (2014), FileTemplateApply, Wolfram言語関数, https://reference.wolfram.com/language/ref/FileTemplateApply.html.

テキスト

Wolfram Research (2014), FileTemplateApply, Wolfram言語関数, https://reference.wolfram.com/language/ref/FileTemplateApply.html.

CMS

Wolfram Language. 2014. "FileTemplateApply." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FileTemplateApply.html.

APA

Wolfram Language. (2014). FileTemplateApply. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FileTemplateApply.html

BibTeX

@misc{reference.wolfram_2024_filetemplateapply, author="Wolfram Research", title="{FileTemplateApply}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/FileTemplateApply.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_filetemplateapply, organization={Wolfram Research}, title={FileTemplateApply}, year={2014}, url={https://reference.wolfram.com/language/ref/FileTemplateApply.html}, note=[Accessed: 21-November-2024 ]}