Operations.utime

Sets access and modification time.

class Operations
void
utime
(
const(char)[] path
,
utimbuf* time
)

Parameters

path const(char)[]

The patch to modify.

time utimbuf*

The time to set.

Meta