zeed
    Preparing search index...

    Function getStatAsync

    • Retrieves the file system stats for the specified path asynchronously.

      Parameters

      • path: string

        The path to the file or directory.

      Returns Promise<StatsBase | undefined>

      A Promise that resolves to the file system stats (Stats) or undefined if an error occurs.