Recent content by imhemal29

  1. I

    Can I copy files from 1 folder to another

    Here you have to give directory with file name For example Source_file as string = "c:\test.pdf" destination_file as string = "c:\test\test.pdf" filecopy(source_file,destination_file) Your file will be copied in c:\test with test.pdf
Back
Top Bottom