Programming Tips and Tricks
My Tips and Tricks for C#, C, C++, MatLAB, Java, LaTeX, Python and more!
Pages
Home
Learn One Thing A Day
Thursday, November 22, 2018
Get the list of filenames in a folder
1) Open PowerShell
2) Navigate to the folder which content you wanna export
3) Type & Enter this command :
Get-Childitem -PAth . > C:\path\where\to\store\the\file\filenames.txt
That's it!
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)