Rename Us Users' Guide vlsoftware.net

File Mask Examples

Contents Index Previous Next

1. Filter JPEG files:

*.jpg; *.jpeg

2. Filter MP3 files:

*.mp3

3. Filter files without extension:

*.

(asterisk and period)

4. Filter files with names, beginning with 'client':

client*.*

5. Filter files with extensions, beginning with '~':

*.~*

6. Filter files with names, containing '[':

*[*.*

7. Filter image files:

*.bmp; *.dib; *.jpg; *.jpeg; *.gif; *.emf; *.wmf; *.ico; *.tif; *.png

(the actual list of such file types is permanently expanded, so this set of masks is probably not full; add missing image file types by yourself)