public FileFileIO(FileIO dir, String name) {
   this(dir.getPath(), name);
 }