MOVE FOLDERS

Use this forum to request features. Maybe you'll get lucky!
Post Reply
luzimarsorgi
Posts: 19
Joined: Thu Dec 09, 2021 9:06 pm

MOVE FOLDERS

Post by luzimarsorgi »

Hi, it´s me again.rs. Sorry. FFastrans can move folders? If yes, how? Tks.
emcodem
Posts: 1812
Joined: Wed Sep 19, 2018 8:11 am

Re: MOVE FOLDERS

Post by emcodem »

Hello, no need to say sorry at all, we love questions, it is the main functionality of the forum (besides getting bugreports) :D

There is no way that i am aware of to do it with some fancy processor but you can simply use a commandline proc and execute a move command

Code: Select all

cmd /C "move "<source_dir>" "<destination_dir>""
That will be the simple part. The question is, how do you get out what is the source dir in your workflow?
emcodem, wrapping since 2009 you got the rhyme?
luzimarsorgi
Posts: 19
Joined: Thu Dec 09, 2021 9:06 pm

Re: MOVE FOLDERS

Post by luzimarsorgi »

Very good, tank you.
Post Reply