futimes method

void futimes(
  1. int fd,
  2. dynamic atime,
  3. dynamic mtime,
  4. void callback(
    1. dynamic error
    ),
)

Implementation

external void futimes(
    int fd, atime, mtime, void Function(dynamic error) callback);