Version: 2018.4
public bool ContainsFileByRealPath (string path);
public bool ContainsFileByRealPath (string path, iOS.Xcode.PBXSourceTree sourceTree);

パラメーター

pathファイルの物理パス(ローカルに保存されている実際のパス)
sourceTreeThe source tree path is relative to. The PBXSourceTree.Group tree is not supported.

戻り値

bool ファイルがプロジェクトに含まれている場合は true、そうでない場合は false を返します。

説明

ファイルの「物理的な」パスからファイルがプロジェクトに含まれているかを確認します。

The version without source tree argument searches across all absolute trees. Use this overload with care.