We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An expresion like: var tools = GetFiles("C:/Tools & Services/*.dll"); fails with a NotSupportedException - "Unknown token" PR soon...
var tools = GetFiles("C:/Tools & Services/*.dll");
The text was updated successfully, but these errors were encountered:
Fixing issue cake-build#497 when path includes an ampersand
a655e02
Also ties up a "TODO" comment regarding plus sign in path
Merge pull request #508 from marcosnz/AmpersandGlobber
53ca0cd
Fixing issue #497 when path includes an ampersand
Fixed via a655e02
Sorry, something went wrong.
No branches or pull requests
An expresion like:
var tools = GetFiles("C:/Tools & Services/*.dll");
fails with a NotSupportedException - "Unknown token"
PR soon...
The text was updated successfully, but these errors were encountered: