platformSpecificStatus

The information about the file returned from the filesystem, if available.

FileInfo.swift:48
var platformSpecificStatus: CInterop.Stat? { get set }

This value is platform specific: you should be careful when using it as some of its fields vary across platforms. In most cases prefer using other properties on this type instead.

See also: the manual pages for ‘stat’ (man 2 stat)