backanim

  JR-FileViewer
Properties   Methods   Events
   

jrsoftlogo

            JRFileoperation.PasteFiles

           

  Description:

Copy (if we have used the CopySelectedFiles ) or moves (if we have used the CutSelectedFiles ) the files in the copy buffer to the destination path.

         

  ico_syntax   Syntax:

FileViewer1.FileCommand.PasteFiles(ByVal DestDir As String) As Long

 

  ico_einstellungen Adjustments:

DestDir

an existing path to copy the files to.

       

  ico_weitere Remarks:


Returns the number of copyed files .

Note: You can youse the ExecuteShellCommand for the listitem too
'filev1.ListItem(filev1.FirstSelectedItem.Key).ExecuteShellCommand (IcPaste)

 

  ico_einstellungen Example:

       

      FileV1.FileCommand.PasteFiles FileV1.Currentfolder