Go to the first, previous, next, last section, table of contents.

ディレクトリ

Function: directory-files pathname

ディレクトリ pathname 中のファイルの名前のリストを返します。

pathname が読み込み可能なディレクトリの名前でない場合、エラーになります。

  (directory-files "~lewis")
  => ("#foo#" "#foo.el#" "." ".."
     "dired-mods.el" "file.texinfo" "file.texinfo.~1~")

Command: list-directory dirname &optional verbose

SourceFile files.el dirname 中のもしくは dirname にマッチするファイルのリ ストを `ls' 風に(訳注:a la `ls') 表示します。必要であれば、dirname をシェ ルで glob します。プレフィックスアーギュメント (インタラクティブでない場合 は 2 番目のアーギュメント)は `ls' に -l オプション(訳注:switch)を与えるこ とを意味します。処理は変数 list-directory-brief-switches と list- directory-verbose-switches で制御されます。

Constant: list-directory-brief-switches

Value "-CF" SourceFile files.el (list-directory が)簡略なリストを出すよう `ls' に渡すオプション。

Constant: list-directory-verbose-switches

Value "-l" SourceFile files.el (list-directory が)多くを述べる(訳注: verbose) リストを出すよう `ls' に渡すオプション。


Go to the first, previous, next, last section, table of contents.