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
Try a command as below where we are profiling a folder but there is a trailing slash and the parameter is enclosed in double quotes.
droid.bat -Ns C:\Users\sparkhi\.droid6\signature_files\DROID_SignatureFile_V110.xml -Nr "c:\test-data\archives\" -q
We get an error as shown below:
An unknown error occurred: Illegal char <"> at index 21: c:\test-data\archives" -q
The text was updated successfully, but these errors were encountered:
The slash is being treated as an escape character so that the literal quote mark is included in the parameter string
Sorry, something went wrong.
No branches or pull requests
Try a command as below where we are profiling a folder but there is a trailing slash and the parameter is enclosed in double quotes.
droid.bat -Ns C:\Users\sparkhi\.droid6\signature_files\DROID_SignatureFile_V110.xml -Nr "c:\test-data\archives\" -q
We get an error as shown below:
An unknown error occurred: Illegal char <"> at index 21: c:\test-data\archives" -q
The text was updated successfully, but these errors were encountered: