Skip to content

Andy Burns' Blog

Whatever I'm working on

Categories

  • SharePoint
  • Sitecore
  • Software Development
  • Uncategorized
  • Various

Pages

  • About
  • Articles
  • My Favourite Posts

Follow me on Twitter

My Tweets

FilePaths

How to recursively list files in a directory

2015-10-12 Andy BurnsFilePathsLeave a comment

Quick reminder to myself – how to list files in a folder, and all subfolders. Useful if comparing the file contents of different sites.

dir d:\FolderPath /b /s /a:-D > results.txt

How to recursively list files in a directory
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy