Function futimes

  • Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.

    Since

    v0.0.67

    Parameters

    • fd: number
    • atime: TimeLike
    • mtime: TimeLike
    • callback: VoidFunction

    Returns void

  • Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.

    Since

    v0.0.67

    Parameters

    • fd: number
    • atime: TimeLike
    • mtime: TimeLike
    • callback: VoidFunction

    Returns void

Generated using TypeDoc