Function fileLastUpdatedTimestamp

  • Returns the unix timestamp of the last modification of a file.

    Parameters

    • path: string

      Path to the directory or file.

    Returns Promise<undefined | number>

    A unix timestamp.