Difference between revisions of "IDE Window: Clean Directory"

From Free Pascal wiki
Jump to navigationJump to search
Line 3: Line 3:
 
This is the directory where to clean up. Use the '...' button to the right to browse for a directory. Enable 'Clean sub directories' to clean up recursively all sub folders.
 
This is the directory where to clean up. Use the '...' button to the right to browse for a directory. Enable 'Clean sub directories' to clean up recursively all sub folders.
  
== Remove files matching filter ===
+
== Remove files matching filter ==
  
 
All files matching this filter and not matching the filter below are removed.
 
All files matching this filter and not matching the filter below are removed.

Revision as of 22:37, 1 May 2006

Directory

This is the directory where to clean up. Use the '...' button to the right to browse for a directory. Enable 'Clean sub directories' to clean up recursively all sub folders.

Remove files matching filter

All files matching this filter and not matching the filter below are removed. For the syntax see IDE regular expressions.

Keep files matching filter

All files matching this filter will not kept, even if the above filter includes the files.

Enable 'Keep all text file' to also keep all files, that look like text. That means, they do not contain special characters in the first 1000 bytes.