Use deleteUpdateAsync() even if we know the file doesn't exist
deleteUpdateAsync() is safe and it makes the code more readable at the expense of an extra File.exists() call.
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
deleteUpdateAsync() is safe and it makes the code more readable at the expense of an extra File.exists() call.