Posts by Andrielli Coutinho • 1 point
1 post
-
-2
votes2
answers52
viewsQ: Check if file exists at runtime
I need to check if a file has been deleted while running a particular function. At the start of implementation the result of is_file is true, but during execution the file will be deleted and, this…