Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- get_object_or_404
- Delphi
- queryset
- pyhcarm
- Django
- 중복제거
- rank
- github
- COMMIT
- 델파이
- declare
- GIT
- Visual Studio
- pythonanywhere
- PyCharm
- dbadvgrid
- Push
- anaconda3
- python3
- MSSQL
- c#
- python 3.7
- advColumnGrid
- templates
- blog
- HTML
- hackerrank
- delphi 10.3
- 백준
- TMS
Archives
- Today
- Total
DevHyun
윈도우 탐색기에서 특정 Directory 열기 본문
파일 copy나 move 후 윈도우 탐색기에서 특정 경로의 directory를 오픈하고 싶을때
uses ..., shellapi ... .. . procedure TForm1.Button1Click(Sender: TObject); begin ShellExecute(Handle, 'open', PChar('경로'), nil, nil, SW_SHOWNORMAL); end; |
'Delphi' 카테고리의 다른 글
파일 이동 (move), 복사(copy) , 삭제(delete) (0) | 2020.10.29 |
---|---|
Directory 생성 및 존재유무 확인 및 Directory 생성/삭제 (0) | 2020.10.29 |
Delphi XE2 버전 이후로 델파이에서 폴더/파일 압축 하고싶을때 (0) | 2020.10.29 |
문자열이 숫자로만 이루어져있는지 판단하는 함수 (1) | 2020.10.22 |
FormKeyDown 이벤트가 반응을 안할때 (0) | 2020.10.21 |
Comments