Search found 2 matches

Search found 2 matches Page 1 of 1
by kprice
Fri Jul 10, 2015 12:48 pm
Forum: Community Forum
Topic: File List - Capture only the file name
Replies: 1
Views: 7144

I've been unable to find anything in the documentation for this currently - I'm looking for a way to do the following: 1. List all files in folder A 2. Compare the list of files in folder A to the files in folder B I've tried using a file list, but it captures the full file path and not just the fil...
by kprice
Tue Feb 03, 2015 3:11 pm
Forum: Community Forum
Topic: Renaming files to uppercase
Replies: 1
Views: 6118

For some reason, I can't seem to get this working with regex - here's what I'm trying to do: <rename inputFilesVariable="${dstFiles}" whenFileExists="overwrite" searchPattern="(.*)\.(.*)" patternType="regex" replaceWith="${Upper('$1')}.$2" caseSensitive="true" version="1.0" /> When I try a...
Search found 2 matches Page 1 of 1