I have to somehow overwrite the String array args in my main function, in order to overwrite some files in my directory so if my directory was C:UsersUserProjectsTimsfolder and in that directory I had another folder called importantFiles in that folder another folder called filesToTest and in that folder are all the files I want to play around with, then how to I convert the args array of my main function into an array of length 3 with those paths as strings in order to later convert them into paths again using e.g. args[0] using the terminal?
1.4m articles
1.4m replys
5 comments
57.0k users