Top "Directory-listing" questions

Questions related to extracting the names (possibly associated metadata) of files in a directory.

How do you get a list of the names of all files present in a directory in Node.js?

I'm trying to get a list of the names of all the files present in a directory using Node.js. …

javascript node.js directory-listing
How to get the list of files in a directory in a shell script?

I'm trying to get the contents of a directory using shell script. My script is: for entry in `ls $search_…

bash shell directory-listing
Get a filtered list of files in a directory

I am trying to get a list of files in a directory using Python, but I do not want a …

python filesystems wildcard glob directory-listing
Recursive directory listing in DOS

How do we achieve a recursive directory listing in DOS? I'm looking for a command or a script in DOS …

dos directory-listing
Get a list of all the files in a directory (recursive)

I'm trying to get (not print, that's easy) the list of files in a directory and its sub directories. I've …

file groovy directory-listing
Vbscript list all PDF files in folder and subfolders

Well here is my code but I just can not filter the listing using the objFile.Extension i am sure …

vbscript directory subdirectory directory-listing
Non-alphanumeric list order from os.listdir()

I often use python to process directories of data. Recently, I have noticed that the default order of the lists …

python list directory-listing listdir
How to List Directory Contents with FTP in C#?

How to List Directory Contents with FTP in C# ? I am using below code to List Directory Contents with FTP …

c# .net ftp directory-listing
Getting directory listing over http

There is a directory that is being served over the net which I'm interested in monitoring. Its contents are various …

http version wget directory-listing
Recursively List all directories and files

I would like to receive the following output. Suppose the directory structure on the file system is like this: -dir1 …

shell recursion directory-listing