Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Exists(string)

Determines whether the given path refers to an existing directory.
Read time 1 minuteLast updated 6 days ago

Definition

public static bool Exists(string path)

Parameters

path

The path to test.

Returns

Type

Description

bool

Remarks

Note: This method is only available on the Universal Windows Platform.