droid
droid copied to clipboard
Error on Windows CLI if the path includes a trailing slash and enclosed in quotes
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 slash is being treated as an escape character so that the literal quote mark is included in the parameter string