Hi All,
Is there any way to copy a file/ directory from one location to the other? The file or the directory name should be given by the user. This is the criteria.
For example:
My.Computer.Fil eSystem.CopyDir ectory("C:\abc\ <file/dir>", "D:\cde\<Fi le/dir>")
Here the file/dir should be obtained from the user during runtime. Please let me know the code or the logic.
Thanks,
Anup.
Is there any way to copy a file/ directory from one location to the other? The file or the directory name should be given by the user. This is the criteria.
For example:
My.Computer.Fil eSystem.CopyDir ectory("C:\abc\ <file/dir>", "D:\cde\<Fi le/dir>")
Here the file/dir should be obtained from the user during runtime. Please let me know the code or the logic.
Thanks,
Anup.
Comment