I wrote about what I looked up in the File :: Stat class when getting file information.
The File :: Stat class is a method used to get information such as file size and permissions.
I will summarize the attribute methods used when retrieving file information.
There are other attribute methods besides the above, but this time I wrote about the method actually used.
Recommended Posts