0
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

特定のディレクトリ配下のファイル一覧を作成する方法【フルパス&ファイル名のみ】

Last updated at Posted at 2019-11-12

参照:
https://yumeyame.com/filelist_command

方法:コマンドプロンプトで取得する

以下の方法で指定したディレクトリ配下のファイル一覧を作成できます。
コマンド
dir c:\work /b /s /a-d
オプションの意味
b:ファイル名だけを表示する
s:サブディレクトリも対象にする
a-d:フォルダ以外を表示する

image.png

0
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?