티스토리 뷰

Up to Parent: System.SysUtils

Delphi

function ChangeFileExt(const FileName, Extension: string): string;

C++

extern PACKAGE System::UnicodeString __fastcall ChangeFileExt(const System::UnicodeString FileName, const System::UnicodeString Extension)/* overload */;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Changes the extension of a file name.

ChangeFileExt takes the file name passed in FileName and changes the extension of the file name to the extension passed in Extension.

Extension specifies the new extension, including the initial dot character.

ChangeFileExt does not rename the actual file, it just creates a new file name string.

Note: This function works with multi-byte character sets (MBCS).

 

파일 이름의 확장자를 변경합니다.

ChangeFileExtFileName에 전달된 파일 이름을 사용하고, 파일 이름의 확장자를 Extension에서 전달된 확장자로 변경합니다.

Extension은 초기 점 문자를 포함하여 새 확장자를 지정합니다.

ChangeFileExt는 실제 파일의 이름을 바꾸지 않고, 새로운 파일 이름 문자열을 만듭니다.

참고: 이 함수는 멀티 바이트 문자 세트 (MBCS)와 함께 작동합니다.

 

actual 미국·영국 [|ӕktʃuəl] 

1. (사실임을 강조하여) 실제의
2. (
중요한 부분을 강조하여) 사실상의, …자체는

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.ChangeFileExt

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] System.Chr  (0) 2017.01.30
[Reference] System.ChDir  (0) 2017.01.28
[Reference] System.Assigned  (0) 2017.01.26
[Reference] System.SysUtils.SameText  (0) 2017.01.24
[Reference] System.AssignFile  (0) 2017.01.23
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함