For example in windows explorer?
|
1
|
|||||||||||
|
closed as not a real question by karim79, Rob, Chris Ballance, Henrik Paul, John Saunders May 31 at 21:07 |
|
|
In the absence of any further information,
to write a list of files to a text file (files.txt) EDIT: |
||||||||||
|
|
|
If we're talking C# then the following will return the full path in an array of strings:
To get the filenames:
|
|||
|
|
|
|
For just the file names:
|
||
|
|
|
|
For a unix environment, |
||
|
|
|
In python! It takes the path as an arguement.
|
||
|
|
|
|
To add some additional generic flavor, in a PHP one-liner, how about:
|
||
|
|
|
|
I'm not sure if you care about distinguishing files and directories or not. The following will write the names of files in the current directory to In DOS:
In any Bourne-based shell:
or:
|
||
|
