티스토리 뷰
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
- Spring MVC
- ubuntu
- android
- SAS
- JavaScript
- 전예희
- ffmpeg
- Spring
- 동경
- 서울오토살롱
- Java
- Mac
- flex
- Delphi Tip
- oracle
- BPI-M4
- KOBA
- 튜닝쇼 2008
- 레이싱모델 익스트림 포토 페스티벌
- 송주경
- NDK
- koba2010
- 지스타2007
- Delphi
- MySQL
- Xcode
- 일본여행
- Linux
- sas2009
- ble
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함