I'm using Cppchek to analyse my source codes
By this command : cppcheck inputPath1 inputPath2 --enable=warning --xml 2> cppcheck-result.xml the report was well generated, However, I require a method to store the inputPath in a text file so that it can be read by the command line that will be executed.