|  | monkeyjob Site Admin
 
 
 Joined: 13 Jan 2005
 Posts: 25
 Location: United Kingdom
 
 | Hi, we just released FoldMonkey version 1.26. This version contains support for multiple file patterns.
 
 To target only files with names that are 4 or more characters long (excluding extensions), use the following pattern:
 
 ????*.???
 
 To create folders based on a sub string of file name, you would need to use the available file name tags. For example:
 
 <oldNameWord1>
 <oldNameWord2>
 <CustSub;1;4>
 
 Regards,
 monkeyjob.
 
 
 |