DragFiles(Files$ [, Actions [, returnPathOnly]])
Posted: Sun May 03, 2009 7:04 pm
EDIT:
But I actually used my brain and came up with this:
http://www.purebasic.fr/english/viewtopic.php?t=37325
What I suggest is the optional argument returnPathOnly.
Because I need to be able to call DragFiles so I get the "drag interface" but when I drop it I need to be able to just get the directory where it was dropped (if in a directory). This is so I can then in a thread transfer the files there using my OWN method, because I need to transfer the files from my server and it will take some time.
But in the meantime I would love to get any tips on how to get that path. Doesn't the "internal system" of PB know it when the command is used?
But I actually used my brain and came up with this:
http://www.purebasic.fr/english/viewtopic.php?t=37325
What I suggest is the optional argument returnPathOnly.
Because I need to be able to call DragFiles so I get the "drag interface" but when I drop it I need to be able to just get the directory where it was dropped (if in a directory). This is so I can then in a thread transfer the files there using my OWN method, because I need to transfer the files from my server and it will take some time.
But in the meantime I would love to get any tips on how to get that path. Doesn't the "internal system" of PB know it when the command is used?