PBXProject.ContainsFileByProjectPath

Cambiar al Manual
public bool ContainsFileByProjectPath (string path);

Parámetros

pathThe project path of the file.

Valor de retorno

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

Descripción

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