String sourceTag = copy.getTag();
copy.setFileName(dest);
String targetTag = vfs.createFile(shell.getUserCtx(), copy);
if (vfs.hasContent(shell.getUserCtx(), file, true)) {
FileReadInfo read;
FileOpInfo readOp, writeOp;
readOp = new FileOpInfo();
readOp.filename = file;
readOp.tag = sourceTag;
writeOp = new FileOpInfo();