Delete Cache Folder Files

Questions and answers on how to get the most out of FFAStrans
Post Reply
luzimarsorgi
Posts: 19
Joined: Thu Dec 09, 2021 9:06 pm

Delete Cache Folder Files

Post by luzimarsorgi »

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.
emcodem
Posts: 1811
Joined: Wed Sep 19, 2018 8:11 am

Re: Delete Cache Folder Files

Post by emcodem »

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
emcodem, wrapping since 2009 you got the rhyme?
luzimarsorgi
Posts: 19
Joined: Thu Dec 09, 2021 9:06 pm

Re: Delete Cache Folder Files

Post by luzimarsorgi »

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!!!!
emcodem
Posts: 1811
Joined: Wed Sep 19, 2018 8:11 am

Re: Delete Cache Folder Files

Post by emcodem »

Hehe thats the original source file, the ffastrans cache is actually something totally different :D
emcodem, wrapping since 2009 you got the rhyme?
momocampo
Posts: 595
Joined: Thu Jun 08, 2017 12:36 pm
Location: France-Paris

Re: Delete Cache Folder Files

Post by momocampo »

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 :

Code: Select all

%comspec% /c"del /f /q  "%s_original_full%""
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.
Post Reply