How to Get the Source Path
-
Hi All, I am Coping data from System Drive and i m tring to Paste in Removeable media. So i want to get the Source path of file which is paste in Removable media. Thanks
If you can think then I Can.
eg_Anubhava wrote:
I am Coping data from System Drive and i m tring to Paste in Removeable media. So i want to get the Source path of file which is paste in Removable media.
From where do you copy paste, and what do you acctualy want to do? I don't understand a thing. Didi
-
Hi All, I am Coping data from System Drive and i m tring to Paste in Removeable media. So i want to get the Source path of file which is paste in Removable media. Thanks
If you can think then I Can.
- What have you tried? (we don't just give you the entire program you know) 1) Please explain a little bit better. 1.1) is there a user interface (I'm guessing yes)? 1.2) are you using a openfiledialog to determine your original file or not? 1.3) are you using a savefiledailog to determine the destination or not? 2) look at the following namespaces: 2.1) system.io.file 2.2) system.io.path 2.3) system.io.directory 3) Your really going to have to explain your question better and post what you have try'd so far.
-
eg_Anubhava wrote:
I am Coping data from System Drive and i m tring to Paste in Removeable media. So i want to get the Source path of file which is paste in Removable media.
From where do you copy paste, and what do you acctualy want to do? I don't understand a thing. Didi
-
- What have you tried? (we don't just give you the entire program you know) 1) Please explain a little bit better. 1.1) is there a user interface (I'm guessing yes)? 1.2) are you using a openfiledialog to determine your original file or not? 1.3) are you using a savefiledailog to determine the destination or not? 2) look at the following namespaces: 2.1) system.io.file 2.2) system.io.path 2.3) system.io.directory 3) Your really going to have to explain your question better and post what you have try'd so far.
I have a USB drive which i want to monitor.At this time when i am copy the data and Paste in USB Drive i want to know the main source of coping data. I want to know the main source of data where from it copied. if u have any solution or idea please help. Thanks
If you can think then I Can.
-
I have a USB drive which i want to monitor.At this time when i am copy the data and Paste in USB Drive i want to know the main source of coping data. I want to know the main source of data where from it copied. if u have any solution or idea please help. Thanks
If you can think then I Can.
Unless your program is doing the copying I don't think you can find the original path of the data.
-
I have a USB drive which i want to monitor.At this time when i am copy the data and Paste in USB Drive i want to know the main source of coping data. I want to know the main source of data where from it copied. if u have any solution or idea please help. Thanks
If you can think then I Can.
Since the copy originator can be anything, there's no way to find out who's copying what files from where.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...