PBXProject.ContainsFileByProjectPath

Switch to Manual
public bool ContainsFileByProjectPath (string path);

Parameters

pathThe 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.