Instance Propertyswift-nio 2.84.0_NIOFileSystem
lastStatusChangeTime
The last time the status of the file was changed.
var lastStatusChangeTime: FileInfo.Timespec
The last time the status of the file was changed.
var lastStatusChangeTime: FileInfo.Timespec
s14_NIOFileSystem8FileInfoV20lastStatusChangeTimeAC8TimespecVvp
What are these?4TDJU
import _NIOFileSystem
A file system library for Swift.
struct FileInfo
Information about a file system object.
struct Timespec
A time interval consisting of whole seconds and nanoseconds.
init(platformSpecificStatus: CInterop.Stat)
Creates a FileInfo
by deriving values from a platform-specific value.
init(type: FileType, permissions: FilePermissions, size: Int64, userID: FileInfo.UserID, groupID: FileInfo.GroupID, lastAccessTime: FileInfo.Timespec, lastDataModificationTime: FileInfo.Timespec, lastStatusChangeTime: FileInfo.Timespec)
Creates a FileInfo
from the provided values.
var groupID: FileInfo.GroupID
Group ID of the file.
var lastAccessTime: FileInfo.Timespec
The last time the file was accessed.
var lastDataModificationTime: FileInfo.Timespec
The last time the files data was last changed.
var permissions: FilePermissions
Permissions currently set on the file.
var platformSpecificStatus: CInterop.Stat? { get set }
The information about the file returned from the filesystem, if available.
var size: Int64
The size of the file in bytes.
var type: FileType
The type of the file.
var userID: FileInfo.UserID
User ID of the file.
struct GroupID
The numeric ID of a group.
struct UserID
The numeric ID of a user.