Active
Project:
IMCE Rename
Version:
7.x-1.2
Component:
User interface
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2010 at 02:27 UTC
Updated:
15 Feb 2012 at 15:12 UTC
Hi,
so although obviously IMCE Rename does it job really well with files (which I'm really grateful for, thank you so much!!!), I was wondering if you could possibly create a module for moving files as well? I'd do it myself if I was a better coder (or understood js for that matter). And I might be wrong, but it seems the functionality would be similar to IMCE Rename, right?
Comments
Comment #1
aaron1234nz commentedI'll add this to the todo list. No guarantees on when I'll get a chance to look at this though.
Comment #2
BetaTheta commentedI understand, nonetheless thank you for considering this feature request.
Comment #3
Anthony Gaudino commentedIt's already possible to move files and folders in version 7.7 because the rename process uses file_move(). So you may consider using this newer version if possible.
So for example you want to move file test.txt to its parent dir:
../test.txtIf you want to move folder3 into folder 1:
Its not user friendly but works.
Comment #4
Johnny vd Laar commentedThis does break permissions as you can move files into directions you shouldn't be writing in. At least in the version that I was using. So i'm marking this as critical as it is a security issue.