fileExists function

CityEngine 2021.1    |    |  

Syntax

  • bool filesExists(filePath)

Parameters

  1. filePathstring

Returns

True if file filePath exists, false otherwise.

Description

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

Related


In this topic