Changing Case in Linux

If you need help on how to use the program
Post Reply
nasair
Posts: 12
Joined: 2014-04-01 14:51:12

Changing Case in Linux

Post by nasair »

I'm able to rename in almost everyday just fine in Linux.
I'm using Lubuntu 14.04 with Wine (most recent) to run Ant Renamer
The only issue I have is that Ant Renamer can't change character case in Linux unless I am also making a whole swap at the same time.
Example:
Original: Family at The Beach
Swap: "at " with "xxx" > "xxx" with "At "
Get: Family At The Beach
but if I try just:
"at " with "At "
or the change case feature neither work. They work in the preview but don't actually change the case.

Anything I can do to fix this?

Side-note: Ant Renamer will change the case if I'm running through Windows and connecting in with a share drive to the Linux machine.
Last edited by nasair on 2016-06-17 15:16:10, edited 1 time in total.
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

I would guess it has something to do with the way Wine handles file management functions.
For all renaming Ant Renamer uses the "MoveFileW" function, so being just a case change, a name change or moving to another folder, it is processed the same way on Windows; maybe Wine does something special when it detects that only case is changing?
nasair
Posts: 12
Joined: 2014-04-01 14:51:12

Post by nasair »

I agree, it must be something to do with how WINE and Ant Renamer are interacting. If I use WINE's file-browser I can do just a case rename.
Post Reply