Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Lutimes

Hierarchy

  • Lutimes

Index

Properties

Properties

lutimes

lutimes: typeof lutimes

Asynchronously change file timestamps of the file referenced by the supplied path. If path refers to a symbolic link, then the link is not dereferenced: instead, the timestamps of the symbolic link are changed.

param

A path to a file. If a URL is provided, it must use the file: protocol.

param

The last access time. If a string is provided, it will be coerced to number.

param

The last modified time. If a string is provided, it will be coerced to number.

lutimesSync

lutimesSync: typeof lutimesSync

Synchronously change file timestamps of the file referenced by the supplied path. If path refers to a symbolic link, then the link is not dereferenced: instead, the timestamps of the symbolic link are changed.

param

A path to a file. If a URL is provided, it must use the file: protocol.

param

The last access time. If a string is provided, it will be coerced to number.

param

The last modified time. If a string is provided, it will be coerced to number.