Difference between revisions of "IDE Window: Clean Directory"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
 
{{IDE Window: Clean Directory}}
 
{{IDE Window: Clean Directory}}
 +
 +
[[File:File - Clean Directory.png]]
  
 
== Directory ==
 
== 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.
 
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.
 
For the syntax see [[IDE regular expressions]].
 
For the syntax see [[IDE regular expressions]].
  
 
== Keep files matching filter ==
 
== Keep files matching filter ==
 
 
All files matching this filter will be kept, even if the above filter includes the files.
 
All files matching this filter will be 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.
 
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.

Latest revision as of 13:46, 22 March 2017

Deutsch (de) English (en) suomi (fi) français (fr)

File - Clean Directory.png

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 be 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.