Class DirectoryWorker
java.lang.Object
DirectoryWorker
public class DirectoryWorker
- extends Object
Class to work with files in a directory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryWorker
public DirectoryWorker()
addStringToPictures
public void addStringToPictures(String dir,
String text)
- Method to add a string to every picture in directory
- Parameters:
dir
- the name of the directorytext
- the text of the string to add
main
public static void main(String[] args)