0
Open function vs other file methods
Curious to know why open () is a function whereas all other manipulations to files are done using methods such as read, write etc. Does the open function actually create a file object on which the other methods can then be called?
1 Respuesta
0
Yes, it can