I want to create Java program that creates certain HTML files and since they all contain some images, program should also copy those images to the user.dir, where HTML files are created. I have those images in package “resources”, code is in package “code”. How do I make that happend?
Share
Basically, you will need a list of the resource files that you wish to copy. Them you use