fileExists function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Syntax

  • bool filesExists(string fileName)

Returns

true if file fileName exists, false otherwise.

Description

The fileExists function checks whether the file fileName exists in the workspace. The same search order as for asset insertion and texture lookups is used.

Related


In this topic