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
Currently, the file is fopen()'d to read/use its metadata to mark it for deletion. Rewrite it so it operates directly on the directory entries. This will also mean a check has to be added to make sure the file being deleted isn't the currently open file.
The text was updated successfully, but these errors were encountered:
Currently, the file is
fopen()
'd to read/use its metadata to mark it for deletion. Rewrite it so it operates directly on the directory entries. This will also mean a check has to be added to make sure the file being deleted isn't the currently open file.The text was updated successfully, but these errors were encountered: