FindFile

FindFile[name]

Get[name]および関連関数でロードされた指定名のファイルを見付ける.

詳細

  • FindFile[name]は指定名のファイルを求め,$Pathで与えられる各ディレクトリ内を順次検索する.
  • FindFileは完全な絶対ファイル名を返す.
  • 指定名のファイルが見付からない場合,FindFile$Failedを返す.
  • FindFile[name]では,ファイル名は/パスセパレータ(Windows上では\\)を用いて指定できる.コンテキストセパレータの`を用いて指定することもできる.
  • "name`"形式の名前について,FindFile"name.mx""name.m"のファイルを検索する.
  • ディレクトリに行き着いた場合,FindFileはそのディレクトリ内のKernel/init.m または init.m のような名前のファイルを探す.
  • ディレクトリに相当する"name.mx"形式のオブジェクトに行き着いた場合,FindFilename.mx/$SystemID/name.mxのような名前を探す.
  • GetNeedsOpenReadInstallその他の関数は事実上FindFileを使って読込むファイルを検索する.
  • FindFile[File["file"]]もサポートされている.

例題

すべて開くすべて閉じる

  (3)

どちらの初期化ファイルがロードされたのか調べる:

パッケージの初期化ファイルを探す:

例題に使われているファイルを探す:

スコープ  (1)

Fileオブジェクトで指定されたファイルを求める:

Wolfram Research (2008), FindFile, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindFile.html (2016年に更新).

テキスト

Wolfram Research (2008), FindFile, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindFile.html (2016年に更新).

CMS

Wolfram Language. 2008. "FindFile." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/FindFile.html.

APA

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

BibTeX

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

BibLaTeX

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