Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Copy fonction

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
162 Views, 2 Replies

Copy fonction

Hi,

Is there a fonction that can copy a folder with all its subfolders and there files ?

(vl-file-copy) and (dos_copy) does not do that !

Thanks

Marcel
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

(command "shell" "copy PATH1\*.* PATH2\*.* /s")

 

Good old DOS

Good luck

Jochen


 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hi,

Is there a fonction that can copy a folder with all its subfolders and
there files ?

(vl-file-copy) and (dos_copy) does not do that !

Thanks

Marcel

Message 3 of 3
Anonymous
in reply to: Anonymous

Hi Marcel,

The dos_copy function in DOSLib 6 will do this.

www.mcneel.com/doslib

--

Dale Fugier
Robert McNeel & Associates


"MarcelGoulet" wrote in message
news:f18e40d.-1@WebX.maYIadrTaRb...
> Hi,
> Is there a fonction that can copy a folder with all its subfolders and
there files ?
>
> (vl-file-copy) and (dos_copy) does not do that !
>
> Thanks
>
> Marcel
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost