Getting Information About Files
This lesson discusses the utility to get information about files.
We'll cover the following...
Beyond file access, we expect the file system to keep a fair amount of information about each file it is storing. We generally call such data about files metadata. To see the metadata for a certain file, we can use the stat()
or fstat()
system ...