Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Exists(string)

Determines whether the specified file exists.
Read time 1 minuteLast updated 6 days ago

Definition

public static bool Exists(string path)

Parameters

path

The file to check.

Returns

Type

Description

bool