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

パラメーター

path ファイルの物理パス(ローカルに保存されている実際のパス)
sourceTree The 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.