if (contentType == null)
contentType = existing.getContentType();
existing.setContent(content, contentType);
} else {
V7File parent = getParent(fs, path);
parent.createChild(content, path[path.length - 1], contentType);
}
}
static String[] getPath(String root, String path) {
List<String> t = new ArrayList<String>();