티스토리 뷰
728x90
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): string;
function ExtractFilePath(const FileName: string): string;
예)
filename := ExtractFileName( StringReplace(url, '/', '\', [rfReplaceAll, rfIgnoreCase]) );
출처 : 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): string;
function ExtractFilePath(const FileName: string): string;
예)
filename := ExtractFileName( StringReplace(url, '/', '\', [rfReplaceAll, rfIgnoreCase]) );
300x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 서울오토살롱
- Delphi Tip
- koba2010
- 튜닝쇼 2008
- Delphi
- KOBA
- flex
- ffmpeg
- SAS
- ubuntu
- Xcode
- oracle
- Java
- MySQL
- 레이싱모델 익스트림 포토 페스티벌
- NDK
- 동경
- ble
- BPI-M4
- Linux
- JavaScript
- 일본여행
- sas2009
- android
- Spring MVC
- 지스타2007
- 전예희
- Spring
- 송주경
- Mac
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함