try {
ioService.startBatch( new FileSystem[]{ _target.getFileSystem() } );
ioService.copy( Paths.convert( path ),
Paths.convert( targetPath ),
new CommentedOption( getSessionInfo().getId(), identity.getName(), null, comment ) );
//Delegate additional changes required for a copy to applicable Helpers
for ( CopyHelper helper : helpers ) {
if ( helper.supports( targetPath ) ) {
helper.postProcess( path,