파일검색로 := "C:\오토핫키"
Gui, Add, ListBox, x2 y70 w230 h300 VTEXT1 g디렉토리,% 폴더명(파일검색로 "\*.*",2,2)
Gui, Add, ListBox, x242 y70 w230 h300 VTEXT2,
Gui, Show, x410 y119 h430 w500,
return
폴더명(패턴,folder=0,recurse=0)
?{
??Loop,%패턴%,%folder%,%recurse%
???{
????파일이름 := 파일이름 A_LoopFileName "|"
???}
??return 파일이름
?}
return
디렉토리:
Gui, Submit, Nohide
파일명 := 폴더명(파일검색로 "\" Text1 "\*.*",0,1)
GuiControl,,text2,|%파일명%
return
[질문]
예전 모바게님 이 .. 올려주신 소스 응용해서 .. 파일검색 만들려고하는데..
A_LoopFileName? 돌릴때.. 폴더 가 검색되면 ..새로운 구이 창을 띄우고싶은데.. 혹시
검색도중 폴더랑 파일 구분이 가능한가요?
http://ahkscript.org/docs/commands/FileGetAttrib.htm