출처 : http://www.scalabium.com/faq/dct0106.htm http://delphi.mylivepage.com/wiki/1380/638 uses ShlObj, ActiveX; function GetSystemPath(Folder: Integer): string; var PIDL: PItemIDList; Path: LPSTR; AMalloc: IMalloc; begin Path := StrAlloc(MAX_PATH); SHGetSpecialFolderLocation(Application.Handle, Folder, PIDL); if SHGetPathFromIDList(PIDL, Path) then Result := Path; SHGetMalloc(AMalloc); AMalloc.Fr..
Delphi Tip - 파일이름 관련 함수 출처 : http://delphi.borlandforum.com/impboard/impboard.dll?action=read&db=del_tip&no=179 http://www.swissdelphicenter.ch/torry/showcode.php?id=144 http://www.delphibasics.co.uk/RTL.asp?Name=StringReplace // 델파이 function ExtractFileDir(const FileName: string): string; function ExtractFileDrive(const FileName: string): string; function ExtractFileName(const FileName: string)..
Delphi Tip - File Download 출처 : http://delphi.about.com/od/internetintranet/a/get_file_net.htm uses WinInet; function GetInetFile (const fileURL, FileName: String): boolean; const BufferSize = 1024; var hSession, hURL: HInternet; Buffer: array[1..BufferSize] of Byte; BufferLen: DWORD; f: File; sAppName: string; begin result := false; sAppName := ExtractFileName(Application.ExeName); hSession := ..
- Total
- Today
- Yesterday
- flex
- Linux
- 송주경
- KOBA
- Xcode
- NDK
- Java
- android
- Delphi Tip
- 일본여행
- SAS
- Spring MVC
- 튜닝쇼 2008
- MySQL
- BPI-M4
- oracle
- Spring
- 동경
- ffmpeg
- Mac
- ble
- 지스타2007
- 전예희
- sas2009
- ubuntu
- koba2010
- JavaScript
- Delphi
- 서울오토살롱
- 레이싱모델 익스트림 포토 페스티벌
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |