티스토리 뷰

Up to Parent: System

Delphi

procedure ChDir(const S: string);

procedure ChDir(P: PChar);

C++

extern PACKAGE void __fastcall ChDir(const UnicodeString S)/* overload */;

Properties

Type

Visibility

Source

Unit

Parent

procedure

function

public

System.pas

System.hpp

System

System

Description

Changes the current directory.

Note: ChDir changes the current directory to the path specified by S or P.

If this operation fails, an EInOutError is raised.

Note: On Windows, the path can include a drive specifier, which causes the current drive to be changed as well.

Note: In Delphi, {$I+} handles run-time errors using exceptions. When using {$I-}, use IOResult to check for an I/O error.

 

현재 디렉토리를 변경합니다.

참고: ChDir은 현재 디렉토리를 S 또는 P로 지정된 경로로 변경합니다.

이 작업이 실패하면 EInOutError가 발생합니다.

참고: Windows에서 경로에는 현재 드라이브가 변경되도록 하는 드라이브 지정자가 포함될 수 있습니다.

참고: Delphi에서 {$ I +}는 예외를 사용하여 런타임 오류를 처리합니다. {$ I-}를 사용할 때 IOResult 를 사용하여 I / O 오류를 확인하십시오.

 

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

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

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