티스토리 뷰

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

System.SysUtils

System.SysUtils

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]   영국식   중요

(프로그래밍) 확장자
1. (세력・영향력・혜택 등의) 확대
2.
증축한 방()
3.
증축() 건물

 

출처: 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
링크
«   2025/01   »
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
글 보관함