MOVE FOLDERS
-
- Posts: 19
- Joined: Thu Dec 09, 2021 9:06 pm
MOVE FOLDERS
Hi, it´s me again.rs. Sorry. FFastrans can move folders? If yes, how? Tks.
Re: MOVE FOLDERS
Hello, no need to say sorry at all, we love questions, it is the main functionality of the forum (besides getting bugreports)
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
That will be the simple part. The question is, how do you get out what is the source dir in your workflow?
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>""
emcodem, wrapping since 2009 you got the rhyme?