티스토리 뷰
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 |
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
- 작문
- SWT
- ADODB
- 교육센터
- SysUtils
- 자료구조
- System
- Delphi
- 계산기
- 응용
- 말하기
- 정렬
- 독해
- 왕초보 영어회화 100일의 기적
- 알고리즘
- 대상
- RA
- Reference
- VCL
- tdataset
- 스택
- wfd
- 설명
- Pte
- 문법
- 여행영어 100일의 기적
- java
- 상황
- 영어
- 일기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |