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
I am wondering if it would be possible to recreate the file if for some reason was deleted by an external operation after you have created the stream, for example, if you run the following code, once created the directory and the file you delete manually the file leaving empty the directory, then in theory the stream should continue writing into the file which it means it should create the file again if it does not exist.
I am wondering if it would be possible to recreate the file if for some reason was deleted by an external operation after you have created the stream, for example, if you run the following code, once created the directory and the file you delete manually the file leaving empty the directory, then in theory the stream should continue writing into the file which it means it should create the file again if it does not exist.
Current Result:
The file is not created again therefore nothing is recorded when stream.write is called.
Expected Result:
It should create the file in case it does not exist if stream.write is being called
The text was updated successfully, but these errors were encountered: