FileInfo
Information about a file system object.
struct FileInfo
The information available for a file depends on the platform, FileInfo
provides convenient access to a common subset of properties. Using these properties ensures that code is portable. If available, the platform specific information is made available via platformSpecificStatus
. However users should take care to ensure their code uses the correct platform checks when using it to ensure their code is portable.