Hi everyone,
Am trying to come up with a way to look up for given files in a given directory and delete them.
something like:
thx!
Am trying to come up with a way to look up for given files in a given directory and delete them.
something like:
Code:
ArrayList<File> find(directoryName) File find(fileName)
Comment