I'm generating * .csv files from this:
BufferedWriter strW = new BufferedWriter(new FileWriter(caminhoCSV.toString()))
But the generated files are only read-only, how could I change this so that the generated file has read and change permission?