Top "File-listing" questions

How to list only files and not directories of a directory Bash?

How can I list all the files of one folder but not their folders or subfiles. In other words: How …

bash file-listing
Get a list of all files inside of a directory in vb.net

How can you obtain a list of files (as a stringcollection or some other storage method) which contains the full …

vb.net file-listing
R list files with multiple conditions

I want to list all files in a directory that met certain conditions (date and currency). So with only one …

r search file-listing
XP_DirTree in SQL Server

Variations to this have been asked. I have no problem searching a local directory with the below piece of code. …

sql-server sql-server-2012 file-listing
List files of certain pattern using Excel VBA

How to list all the files which match a certain pattern inside a user specified directory? This should work recursively …

vba excel file-listing
Why can File.listFiles return null when called on a directory?

I'm creating an Android app, and I want to list the files in a directory. I do this by calling …

java android nullpointerexception file-listing
C# Getting a complete file list using ftpRequest is slow

I want to get the filename, file size and last modified time of each file on an FTP server, then …

c# ftp performance filesize file-listing
Echo each file in Fileset with size, date and time

I'm converting a DOS batch file to Ant. At the end of the batch file, I print out a list …

ant file-listing