Function fileLastUpdatedTimestamp

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

    Parameters

    • path: string

      Path to the directory or file.

    Returns Promise<number | undefined>

    A unix timestamp.