Author Topic: Moving marked files  (Read 24658 times)

mitul

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
Moving marked files
« on: March 06, 2012, 19:33:25 »
We have option to move marked files but can we have option to move files and preserve folder structure.

For example, I mark D:\Songs\Set1\Album1\Track01.mp3
And tell to move to D:\Dup
Then instead of getting file like D:\Dup\Track01.mp3
Can we get at D:\Dup\Songs\Set1\Album1\Track01.mp3


Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • https://www.smilarityapp.com
Re: Moving marked files
« Reply #1 on: March 08, 2012, 18:42:32 »
We see what can be done.

hsei

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
Re: Moving marked files
« Reply #2 on: March 08, 2012, 22:00:25 »
Shouldn't be too difficult. Instead of saving D:\Dup\Track01.mp3 you have to "subtract" the source root path (here D:\Songs) from full path and append the rest to the target path D:\Dup\Songs. Three string processing calls in Java or C would do the job. It's a standard procedure when moving trees.

mitul

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
Re: Moving marked files
« Reply #3 on: May 01, 2014, 16:06:54 »
Any progress on this?

CedricPah

  • Guest
Re: Moving marked files
« Reply #4 on: August 09, 2014, 17:22:53 »
I'm also very interested with this little tweak !

CedricPah

  • Guest
Re: Moving marked files
« Reply #5 on: August 10, 2014, 11:35:14 »
Hello,

Maybe you could use my way.
Create a mirror copy of your data (before deletion), delete the file on the orignial folder, and with "freefilesync" software, moves the deleted file from the mirror copy because this software allow to keep directory.

Thank you.