@ac-essentials/misc-util
    Preparing search index...

    Function existsAsync

    • Tests whether the given file is visible by the calling process.

      Parameters

      • path: PathLike

        The file path to check for existence.

      Returns Promise<boolean>

      True if the file is visible by the calling process, false otherwise.