티스토리 뷰

Up to Parent: System.SysUtils

Delphi

function FileSearch(const Name, DirList: string): string;

C++

extern PACKAGE System::UnicodeString __fastcall FileSearch(const System::UnicodeString Name, const System::UnicodeString DirList);

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Searches a specified directory path for a file.

The search always starts with the current directory of the current drive.

FileSearch searches through the current directory and the directories passed in the DirList parameter for a file named Name.

If FileSearch locates a file matching the Name parameter, it returns a string specifying a path name for that file.

If no matching file exists, FileSearch returns an empty string.

Note: DirList is a list of path names delimited by semicolons on Windows, or colons on MacOS.

 

지정된 디렉토리 경로에서 파일을 검색합니다.

검색은 항상 현재 드라이브의 현재 디렉토리로 시작합니다.

FileSearch는 현재 디렉토리와 DirList 매개 변수에 전달된 디렉터리를 통해 Name이라는 파일을 검색합니다.

FileSearchName 매개 변수와 일치하는 파일을 찾으면, 해당 파일의 경로 이름을 지정하는 문자열을 반환합니다.

일치하는 파일이 없으면 FileSearch는 빈 문자열을 반환합니다.

참고: DirListWindows에서는 세미콜론으로, MacOS에서는 콜론으로 구분된 경로 이름 리스트입니다.

 

locate 미국식 [|loʊkeɪt] 

1. …의 정확한 위치를 찾아내다  2. (특정 위치에) 두다 3. (특정 장소에서) 사업을 시작하다

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.FileSearch

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] System.UpCase  (0) 2017.02.04
[Reference] Vcl.Dialogs.ShowMessage  (0) 2017.02.03
[Reference] System.SysUtils.FindClose  (0) 2017.02.01
[Reference] System.SysUtils.Date  (0) 2017.01.31
[Reference] System.Chr  (0) 2017.01.30
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함