Exists(string)
Determines whether the given path refers to an existing directory.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Windows
- Assembly: UnityEngine.CoreModule
public static bool Exists(string path)
Parameters
The path to test.
Returns
Type | Description |
|---|---|
| bool |
Remarks
Note: This method is only available on the Universal Windows Platform.