Skip to content

Instantly share code, notes, and snippets.

View grumpyjames's full-sized avatar

James Byatt grumpyjames

View GitHub Profile
package net.digihippo.gphoto;
import java.io.File;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.FileVisitor;
import java.nio.file.Files;
import java.nio.file.LinkOption;
import java.nio.file.Path;
import java.nio.file.attribute.BasicFileAttributes;