This version of Unity is unsupported.

PBXProject.ContainsFileByProjectPath

public bool ContainsFileByProjectPath(string path);

Parameters

path The project path of the file.

Returns

bool Returns true if the project contains the file, false otherwise.

Description

Checks if the project contains a file with the given project path.