+ 1
How "Delete" works in File Handling... ?
I had one question in my mind that How Delete works in File Handling... I am facing Problem in declaring Objects and what to using when... asking Publicly if you can help Please!
2 odpowiedzi
+ 3
Thanks for answer...
But I want to understand that logic or Concept which is used in File Handling in C++ specially, I am in 2nd year of my College.
I have already understand Insert, Search, Modify..etc.
Any link of this Tutorial...
Thanks again.
+ 1
Delete? You would want to delete a file? You can do this using os module, which has many useful methods for file handling.
os.remove(filename)