[shell-coding] Re: Module skinning
- From: "xnowfall" <xnowfall@xxxxxxxxxxxx>
- To: <shell-coding@xxxxxxxxxxxxx>
- Date: Wed, 6 Aug 2003 17:37:17 +0200
----- Original Message -----
From: "chris rempel" <jugg@xxxxxxxxxxxxxxxxx>
To: <shell-coding@xxxxxxxxxxxxx>
Sent: Wednesday, August 06, 2003 08:54
Subject: [shell-coding] Re: Module skinning
>
> And now to hijack my own thread and go offtopic... Does anyone have a
simple class or something that handles transfering of files (copy/move/link)
when given a source and destination. Basically I'm trying to implement a
more robust drag and drop for jDesk, but I don't have easy access to
resources explaining how to do all of that and such. The drag & drop part
isn't a big deal, its the file management part that I need. Please let me
know if you do, and where I can snag it from. :)
>
i have a module that uses SHFileOperation + some code to make a link. i
should release that soon, just not sure if the syntax is that great yet. it
would let you move files with something like
!FileOpMove <options> <destination> <source-list>
if you'd like the relevant code, i could upload that for you. if you were
thinking of using DROPEFFECT_COPY etc i hear that it's usually preferrable
(more efficient?) to return DROPEFFECT_NONE and use something like SHFileOp
__________________________________________________
Subscription options and archive:
http://www.freelists.org/list/shell-coding
- References:
- [shell-coding] Re: Module skinning
- From: chris rempel
Other related posts:
- » [shell-coding] Module skinning
- » [shell-coding] Re: Module skinning
- » [shell-coding] Re: Module skinning
- » [shell-coding] Re: Module skinning
- » [shell-coding] Re: Module skinning
- » [shell-coding] Re: Module skinning
- [shell-coding] Re: Module skinning
- From: chris rempel