Created
June 17, 2015 06:21
-
-
Save sl5net/6930f490dbef10efbb05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loop, %A_ScriptDir%/*.*, 2 , 1 | |
{ | |
if(StrLen(A_LoopFileFullPath) < StrLen(A_ScriptDir)) | |
{ | |
; thats bullshit | |
continue | |
} | |
;~ ToolTip,A_LoopFileFullPath=%A_LoopFileFullPath% | |
msgBox_A_LoopFileF = A_LoopFileFullPath= %A_LoopFileFullPath% `n A_LoopFileFullPath=%A_LoopFileFullPath% `n A_LoopFileName=%A_LoopFileName% `n A_LoopFileDir=%A_LoopFileDir% `n A_ScriptDir=%A_ScriptDir% `n %A_AhkVersion% = A_ahkVersion (line:%A_LineNumber%) `n Tools: SciTE4AutoHotkey, SL5_AHK_Refactor_engine | |
Clipboard=%msgBox_A_LoopFileF% | |
MsgBox,,,%msgBox_A_LoopFileF% | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment