Table of Contents

Windows Explorer File Search

Search filters

Search ribbon

Advanced query syntax

Examples

Copy path

PSD conversion folder locations

Command Prompt File Search

dir command can be used to list the files from command prompt. This article explains the syntax for different usecases.

Using wild cards with dir

dir command accepts wild cards to display information only for the files that match the pattern specified. The below examples illustrate different use cases where we can use these wild cards

List file names based on type

dir command can list the file names and also the subfolders names. We can be selective and say that we want only names of the files to be listed or only the names of the subdirectories to be listed.

Display files based on file attributes

We can filter out which files should be listed in the dir command output based on read-only, system, hidden archive file attributes.