Hello ,
In unix , I have a file QQ[0].txt , when I use command vi QQ[0].txt it will becomes vi QQ\[0].txt , it can be opened.
So it needs a back slash before \[ .
When I use isFile("QQ\\[0].txt") ==> nil ,
What's the way to determine a file which has bracket is exist ?
Thank you,
Charley