InterviewSolution
Saved Bookmarks
| 1. |
What Is File Class? |
|
Answer» It is a non-stream (not USED for FILE operations) class used to know the PROPERTIES of a file like when it was created (or modified), has read and write permissions, SIZE ETC. It is a non-stream (not used for file operations) class used to know the properties of a file like when it was created (or modified), has read and write permissions, size etc. |
|