다음을 통해 공유


IFilesLocator.GetFilePath(String, IEnumerable<String>) 메서드

정의

지정된 검색 경로 내에 있는 첫 번째 파일을 반환합니다.

public:
 System::String ^ GetFilePath(System::String ^ fileName, System::Collections::Generic::IEnumerable<System::String ^> ^ searchPaths);
public string GetFilePath (string fileName, System.Collections.Generic.IEnumerable<string> searchPaths);
abstract member GetFilePath : string * seq<string> -> string
Public Function GetFilePath (fileName As String, searchPaths As IEnumerable(Of String)) As String

매개 변수

fileName
String
searchPaths
IEnumerable<String>

반환

설명

재귀 검색은 각 검색 경로 내에서 수행되고 fileName과 일치하는 파일이 반환됩니다. 이름이 같은 여러 파일이 지정된 검색 경로에 있으면 예외가 throw됩니다.

적용 대상