분류 전체보기(12)
-
忠淸道郵政省 2021.09.24
-
SysUtils 유닛에 있는 몇가지 함수들
procedure MkDir(const S: string); overload; function CreateDir(const Dir: string): Boolean; function ForceDirectories(Dir: string): Boolean; 디렉토리 생성 function RemoveDir(const Dir: string): Boolean; 디렉토리 지우기 function DirectoryExists(const Directory: string): Boolean; 디렉토리가 있는지 검사하기 function GetCurrentDir: string; 현재 디렉토리 알아오기 function SetCurrentDir(const Dir: string): Boolean; 디렉토리 경로 이동 function ..
2009.09.25 -
윈도우 모바일 분류
참고 링크 http://www.microsoft.com/downloads/details.aspx?familyid=06111a3a-a651-4745-88ef-3d48091a390b&displaylang=en http://www.microsoft.com/DownLoads/details.aspx?familyid=20686A1D-97A8-4F80-BC6A-AE010E085A6E&displaylang=en#filelist Windows Mobile 6.0, 6.5 공통 The list below summarizes the changes and the SDK that must be used when targeting the platforms (Previous Categories = New Categories): W..
2009.08.28