Skip to content

Instantly share code, notes, and snippets.

@sl5net
Created June 17, 2015 06:21
Show Gist options
  • Save sl5net/6930f490dbef10efbb05 to your computer and use it in GitHub Desktop.
Save sl5net/6930f490dbef10efbb05 to your computer and use it in GitHub Desktop.
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