Skip to content
Advertisement

Tag: readfile

How Python reads a file when it was deleted after being opened

I’m having difficulties in understanding the concept of how Python reads a file when it was deleted after being open’ed. Here is the code: Text and binary modes give the same result. I tried this also for big files with more than 1Gb size and they were also read after being deleted. The operation of open happens almost instantaneously even

Advertisement