Ahk2Exe problem with filenames containing a comma

Report problems with documented functionality
Alibaba
Posts: 480
Joined: 29 Sep 2013, 16:15
Location: Germany

Ahk2Exe problem with filenames containing a comma

27 Aug 2015, 11:37

Code: Select all

#NoEnv
SetWorkingDir %A_ScriptDir%

#EscapeChar `
FileInstall, test (1`,0).txt, test.txt
ExitApp
Although the comma is escaped, this script gives the following error when compiling:
Error adding FileInstall file:
test (1`
Is there something I did wrong?
(Btw. this doesn't occur for percent signs)
"Nothing is quieter than a loaded gun." - Heinrich Heine
lexikos
Posts: 9592
Joined: 30 Sep 2013, 04:07
Contact:

Re: Ahk2Exe problem with filenames containing a comma

06 Sep 2015, 02:15

I've opened an issue at GitHub - Implement escape-comma support in FileInstall's parameters #35.

If you'd like to take a crack at fixing it, find the comment I mentioned at GitHub in ScriptParser.ahk.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 78 guests