Hello everybody, could someone tell me what the string or process is, so that FFastrans deletes the cache folder after it finishes the processes? I'm low on disk space and it accumulates a lot of files in this folder.
Thank you for your help.
Delete Cache Folder Files
Re: Delete Cache Folder Files
Deleting the cache folder on success of the job is the default setting.
In each workflow's properties->Maintenance Tab
https://ffastrans.com/wiki/doku.php?id= ... s:workflow
In each workflow's properties->Maintenance Tab
https://ffastrans.com/wiki/doku.php?id= ... s:workflow
emcodem, wrapping since 2009 you got the rhyme?
-
- Posts: 19
- Joined: Thu Dec 09, 2021 9:06 pm
Re: Delete Cache Folder Files
thank you momocamo, i got it with your post
%comspec% /c "move /y "%s_original_full%" "path where move file""
Showwwwwwww
Thank you so much!!!!
%comspec% /c "move /y "%s_original_full%" "path where move file""
Showwwwwwww
Thank you so much!!!!
Re: Delete Cache Folder Files
Hehe thats the original source file, the ffastrans cache is actually something totally different
emcodem, wrapping since 2009 you got the rhyme?
Re: Delete Cache Folder Files
Hello Luzimar,
Yes, Emcodem is right, it is not the same thing.
If you want to delete your original file after a process, this is : in a command executor node.
(Beware, be sure to really want to delete your original file !)
To help you, tell us what kind of files do you want to delete ? WHere are they?
Cheers.
B.
Yes, Emcodem is right, it is not the same thing.
If you want to delete your original file after a process, this is :
Code: Select all
%comspec% /c"del /f /q "%s_original_full%""
(Beware, be sure to really want to delete your original file !)
To help you, tell us what kind of files do you want to delete ? WHere are they?
Cheers.
B.