Function lutimesSync

  • Change the file system timestamps of the symbolic link referenced by path. Returns undefined, or throws an exception when parameters are incorrect or the operation fails. This is the synchronous version of lutimes.

    Since

    v0.0.67

    Parameters

    • path: PathLike
    • atime: TimeLike
    • mtime: TimeLike

    Returns void

  • Change the file system timestamps of the symbolic link referenced by path. Returns undefined, or throws an exception when parameters are incorrect or the operation fails. This is the synchronous version of lutimes.

    Since

    v0.0.67

    Parameters

    • path: PathLike
    • atime: TimeLike
    • mtime: TimeLike

    Returns void

Generated using TypeDoc