Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PBXProject.ContainsFileByProjectPath

Switch to Manual
public function ContainsFileByProjectPath(path: string): bool;

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.