You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @zetbaitsu! Thank you for library.
My question is how can we safely remove the cached file from the compressor folder? For example, I get images from outside, create a new file with name compressedImage , and set destination(imageFile) as the property, my newly created file is successfully replaced with the compressed one. But now we have 2 identical files in different folders. Would like to be able to properly delete a file coming along the path - "${context.cacheDir.path}${separator}compressor$separator".
The text was updated successfully, but these errors were encountered:
Hi @zetbaitsu! Thank you for library. My question is how can we safely remove the cached file from the compressor folder? For example, I get images from outside, create a new file with name compressedImage , and set destination(imageFile) as the property, my newly created file is successfully replaced with the compressed one. But now we have 2 identical files in different folders. Would like to be able to properly delete a file coming along the path - "${context.cacheDir.path}${separator}compressor$separator".
You can manually delete all files in the compress directory located under the app's cache directory
Hi @zetbaitsu! Thank you for library.
My question is how can we safely remove the cached file from the
compressor
folder? For example, I get images from outside, create a new file with name compressedImage , and setdestination(imageFile)
as the property, my newly created file is successfully replaced with the compressed one. But now we have 2 identical files in different folders. Would like to be able to properly delete a file coming along the path -"${context.cacheDir.path}${separator}compressor$separator"
.The text was updated successfully, but these errors were encountered: