HOME > > >

TREE

ドライブやパスのフォルダー構造を図式表示します。

構文

  1. TREE [ドライブ:][パス] [/F] [/A]
/F 各フォルダーのファイル名を表示します。
/A 拡張文字ではなく、ASCII 文字で表示します。

実行結果

  1. twentyfifteen> tree /F
  2. フォルダー パスの一覧
  3. ボリューム シリアル番号は 0AD1-7ED5 です
  4. X:.
  5. │  404.php
  6. │  archive.php
  7. │  author-bio.php
  8. │  comments.php
  9. │  content-link.php
  10. │  content-none.php
  11. │  content-page.php
  12. │  content-search.php
  13. │  content.php
  14. │  footer.php
  15. │  functions.php
  16. │  header.php
  17. │  image.php
  18. │  index.php
  19. │  page.php
  20. │  readme.txt
  21. │  rtl.css
  22. │  screenshot.png
  23. │  search.php
  24. │  sidebar.php
  25. │  single.php
  26. │  style.css
  27. ├─css
  28. │      editor-style.css
  29. │      ie.css
  30. │      ie7.css
  31. ├─genericons
  32. │      COPYING.txt
  33. │      genericons.css
  34. │      Genericons.eot
  35. │      Genericons.svg
  36. │      Genericons.ttf
  37. │      Genericons.woff
  38. │      LICENSE.txt
  39. │      README.md
  40. ├─inc
  41. │      back-compat.php
  42. │      custom-header.php
  43. │      customizer.php
  44. │      template-tags.php
  45. └─js
  46.         color-scheme-control.js
  47.         customize-preview.js
  48.         functions.js
  49.         html5.js
  50.         keyboard-image-navigation.js
  51.         skip-link-focus-fix.js

実行結果

  1. twentyfifteen> tree /F /A
  2. フォルダー パスの一覧
  3. ボリューム シリアル番号は 0AD1-7ED5 です
  4. X:.
  5. |   404.php
  6. |   archive.php
  7. |   author-bio.php
  8. |   comments.php
  9. |   content-link.php
  10. |   content-none.php
  11. |   content-page.php
  12. |   content-search.php
  13. |   content.php
  14. |   footer.php
  15. |   functions.php
  16. |   header.php
  17. |   image.php
  18. |   index.php
  19. |   page.php
  20. |   readme.txt
  21. |   rtl.css
  22. |   screenshot.png
  23. |   search.php
  24. |   sidebar.php
  25. |   single.php
  26. |   style.css
  27. |
  28. +---css
  29. |       editor-style.css
  30. |       ie.css
  31. |       ie7.css
  32. |
  33. +---genericons
  34. |       COPYING.txt
  35. |       genericons.css
  36. |       Genericons.eot
  37. |       Genericons.svg
  38. |       Genericons.ttf
  39. |       Genericons.woff
  40. |       LICENSE.txt
  41. |       README.md
  42. |
  43. +---inc
  44. |       back-compat.php
  45. |       custom-header.php
  46. |       customizer.php
  47. |       template-tags.php
  48. |
  49. \---js
  50.         color-scheme-control.js
  51.         customize-preview.js
  52.         functions.js
  53.         html5.js
  54.         keyboard-image-navigation.js
  55.         skip-link-focus-fix.js