# File lib/kioclient.rb, line 44
    def copy(source,target)
        %x[#{@kioclient} copy #{source} #{target}]
    end