Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 문자열
- 시리얼 통신
- 데이터베이스
- 셋업
- PostgreSQL
- MySQL
- 인스톨
- Visual Basic
- MFC
- xml
- SDK
- winsock
- Visual Studio 2005
- 초보
- 소니
- 설치
- 예제
- c#
- vb
- 입문
- 파라미터
- SQL
- VB.NET
- 파이어버드
- dll
- Firebird
- 기초
- Delphi
- WIN32 SDK
- 델파이
Archives
- Today
- Total
목록파일 검색 (1)
프로그래밍 노트
[Delphi] SubFolder 안의 File 검색하기
// GetFileList : Sub Folder안의 File까지 검색하는 함수 // slFileList : 반환하는 File List // sPath : 검색한 Root Folder // sMask : File 검색 Mask 설정 // 예) '*.txt', '*.exe' // bSubDir : SubFolder 검색 유무 procedure GetFileList(slFileList: TStringList; sPath, sMask: string; bSubDir: boolean); var i, iFindRst : integer; SrchRec : TSearchRec; slFolder : TStringList; begin if sPath[length(sPath)] '\' then sPath := sPath +..
카테고리 없음
2011. 4. 12. 19:32