Function pathExists

  • Determines if a file or directory exists.

    Parameters

    • fullPath: string

      The full path of the file or directory to examine.

    Returns Promise<boolean>

    True if the path exists; otherwise, false.