Skip to content

Instantly share code, notes, and snippets.

@rdeprey
Created September 23, 2019 23:33
Show Gist options
  • Save rdeprey/720d6f87bfea99d32114da46a25e0b6c to your computer and use it in GitHub Desktop.
Save rdeprey/720d6f87bfea99d32114da46a25e0b6c to your computer and use it in GitHub Desktop.
Powershell Script to Get Filenames for all Files in a Folder
Get-ChildItem -Path 'websites/plant-classifier/PlantClassifierWeb/plant-classifier-web/src/plant-disease-data/train' -Recurse -Name | Out-File -FilePath desktop\filenames.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment