Dual Camera Servo Server icon Dual Camera Servo Server Dual-camera server with servo control for stereo VR; includes C# test app and Unity (Oculus Quest 2) bindings for headset, hands and controllers Try it →
 

Exists

File.exists(filename)

Parameters

filename Path of file to check if exists.

Returns

True if the file at path filename exists. False otherwise.

Description

Checks if the file at path filename exists.