

Select all files in the selection rectangle. Hold Ctrl key while dragging to copy the file, otherwise it will be moved.ĭragging will only work when dragged from the file name column.

This would match any file names containing "C:\Program" AND ( "Files\" OR "C:\Program" ) AND "Files" AND "(x86)\" Without the quotes the filtering will not work as expected:Ĭ:\Program Files\|C:\Program Files (x86)\ Two single quotes in a row will be treated as one literal single quote:

The filter above will match file names containing "C:\Program Files\" OR "C:\Program Files (x86)\" The example above would set the "include filter" to Use a single quote character to represent the double quote, like this: This is useful when filtering paths containing spaces, to prevent the filter from treating the space as an "AND" operator.
