}
};
try {
Files.walkFileTree(path, setReadOnlyFileVisitor);
} catch (IOException e) {
throw new RuntimeIOException("Exception setting permissions file permissions to " + filePermissions + " and folder permissions to " + dirPermissions + " on " + path, e);
}
}