티스토리 뷰
Delphi
function ExtractFileName(const FileName: string): string;
C++
extern PACKAGE System::UnicodeString __fastcall ExtractFileName(const System::UnicodeString FileName)/* overload */;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Extracts the name and extension parts of a file name.
The resulting string is the rightmost characters of FileName, starting with the first character after the colon or backslash that separates the path information from the name and extension.
The resulting string is equal to FileName, if FileName contains no drive and directory parts.
Note: This function works for multi-byte character systems (MBCS).
파일 이름의 이름과 확장자 부분을 추출합니다.
결과 문자열은 경로 정보를 이름과 확장자로 구분하는 콜론 또는 백슬래시 뒤의 첫 번째 문자로 시작하는 FileName의 가장 오른쪽 문자입니다.
FileName에 드라이브 및 디렉토리 부분이 없는 경우, 결과 문자열은 FileName과 같습니다.
참고: 이 함수는 멀티 바이트 문자 시스템 (MBCS)에서 작동합니다.
Example
var FilePath, FileName: string;
begin FilePath := 'H:\Develop\test\Reference\System.SysUtils.ExtractFileName\test.txt'; FileName := ExtractFileName(FilePath);
// 결과: test.txt Writeln(FileName); Readln; end. |
extension 미국·영국 [ɪk|stenʃn] (프로그래밍) 확장자 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.ExtractFileName
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.DecodeDate (0) | 2017.03.22 |
---|---|
[Reference] System.Int (0) | 2017.03.21 |
[Reference] System.Include (0) | 2017.03.19 |
[Reference] System.Sqrt (0) | 2017.03.18 |
[Reference] System.RmDir (0) | 2017.03.17 |
- Total
- Today
- Yesterday
- 영어
- SysUtils
- 스택
- System
- 왕초보 영어회화 100일의 기적
- 여행영어 100일의 기적
- Pte
- Reference
- 상황
- Delphi
- 독해
- 설명
- SWT
- ADODB
- RA
- 자료구조
- 알고리즘
- java
- 말하기
- 작문
- 응용
- VCL
- wfd
- 문법
- 교육센터
- 정렬
- 일기
- tdataset
- 대상
- 계산기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |