How to get the source path with this component suite? For example: I dropped file (virtual file) from my app to the desktop. I only need then source path i.e: Desktop. How to get this path before call DropFileSource1.Execute?
Here is my code on ListView1MouseDown procedure:
ipwFTP1.LocalFile :=source path+'salam.txt';
How to get the source path with this component suite? For example: I dropped file (virtual file) from my app to the desktop. I only need then source path i.e: Desktop. How to get this path before call DropFileSource1.Execute? Here is my code on ListView1MouseDown procedure: ipwFTP1.LocalFile :=source path+'salam.txt';