Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
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
Tags more
Archives
Today
Total
관리 메뉴

expertbuilder

[오토핫키] 4장 파일선택 본문

오토핫키 AutoHotKey

[오토핫키] 4장 파일선택

엑스퍼트빌더 2019. 3. 21. 17:38

FileSelectFile, Outputvar[, options, RootDir\filename,  Prompt, Filter]



Outputvar : 선택된 파일명변수


Options :

M : 다중파일선택

S : save 버튼


1: File Must Exist
2: Path Must Exist
8: Prompt to Create New File
16: Prompt to Overwrite File
32 [v1.0.43.09+]: Shortcuts (.lnk files) are selected as-is rather than being resolved to their targets. This option also prevents navigation into a folder via a folder shortcut.

If the "Prompt to Overwrite" option is present without the "Prompt to Create" option, the dialog will contain a Save button rather than an Open button. This behavior is due to a quirk in Windows.