• Checks if a file or directory exists

    Parameters

    • filePath: string

      Path to check

    Returns Promise<boolean>

    True if path exists, false otherwise