Function fileExists

  • Check asynchronously if a file exists

    Example

    await fileExists("filePath.txt")
    

    Parameters

    • filePath: string

      File path that should be checked

    Returns Promise<boolean>

Generated using TypeDoc