Functions
fn accessed(self: Self) i128
Returns the last time the file was accessed in nanoseconds since UTC 1970-01-01
fn created(self: Self) ?i128
Returns the time the file was created in nanoseconds since UTC 1970-01-01 This …
Returns the time the file was created in nanoseconds since UTC 1970-01-01 This never returns null, only returning an optional for compatibility with other OSes
fn modified(self: Self) i128
Returns the time the file was modified in nanoseconds since UTC 1970-01-01
fn permissions(self: Self) Permissions
Returns a
Permissions
struct, representing the permissions on the file