IFilesLocator.GetFilePath(String, IEnumerable<String>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 검색 경로 내에 있는 첫 번째 파일을 반환합니다.
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됩니다.