Skip to content

Instantly share code, notes, and snippets.

@nikola-bodrozic
Created January 1, 2018 15:58
Show Gist options
  • Select an option

  • Save nikola-bodrozic/e4d6d3213576328a76ee20185c3fd076 to your computer and use it in GitHub Desktop.

Select an option

Save nikola-bodrozic/e4d6d3213576328a76ee20185c3fd076 to your computer and use it in GitHub Desktop.
Get-ChildItem D:\folder\*.* | Select-Object FullName | Export-Csv list.csv -NoTypeInformation
@nikola-bodrozic

nikola-bodrozic commented Jan 1, 2018

Copy link
Copy Markdown
Author

print file names in folder in list.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment