ioService.copy( Paths.convert( path ),
Paths.convert( targetPath ),
new CommentedOption( sessionInfo.getId(), identity.getName(), null, comment ) );
resourceCopiedEvent.fire( new ResourceCopiedEvent( path,
targetPath,
sessionInfo ) );
return targetPath;