Created
January 1, 2018 15:58
-
-
Save nikola-bodrozic/e4d6d3213576328a76ee20185c3fd076 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-ChildItem D:\folder\*.* | Select-Object FullName | Export-Csv list.csv -NoTypeInformation |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
print file names in folder in list.csv