Bug in Loop Dir

Report problems with documented functionality
User avatar
nnnik
Posts: 4500
Joined: 30 Sep 2013, 01:01
Location: Germany

Bug in Loop Dir

03 Sep 2014, 08:51

I think that Loop Dir has a bug

Code: Select all

Loop Subfolder/*.*
{ 
     Msgbox % A_LoopFileLongPath ;Displays Path without \Subfolder
     break
}
Loop Subfolder\*.*
{ 
     Msgbox % A_LoopFileLongPath ;works correctly
     break
}
Recommends AHK Studio
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: Bug in Loop Dir

03 Sep 2014, 19:14

AutoHotkey does not support / as a path separator. Windows does not support it consistently either.
A standard Windows file dialog wrote:C:/tools
The above file name is invalid.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 26 guests