Re: Copy folder and paste to another folder




I am trying to do the same thing except my source directory changes with
each operation.

my_path2 = (source directory)
my_save2 = (target directory)

Dim fso As Object
Set fso = CreateObject("Scripting.FileSystemObject")
Set a = fso.copyfolder(my_path2, my_save2, True)

The directory gets copied except I get a Type mismatch error and my
macro stops. I've tried all kinds of stuff and I can't get around the
error.


--
karrde97
------------------------------------------------------------------------
karrde97's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=25461
View this thread: http://www.excelforum.com/showthread.php?threadid=387823

.



Relevant Pages

  • Re: Importing javax.faces.context.FacesContext for Glassfish
    ... correct?), you still have to copy the JSPs and HTMLs to web/, the JARs to web/WEB-INF/lib, then drop to web/ and jar the whole thing into a WAR file for deployment to your app server. ... I usually use web/ as the source directory for web artifacts, src/ as the top of the source tree, build/ as the target of the build, and dist/ as the target directory to build the WAR file. ...
    (comp.lang.java.help)
  • Replacement problem
    ... well its a real puzzle for a fresher like me. ... source directory and creating it in the target directory during run ...
    (comp.lang.perl.misc)
  • Re: Replacement problem
    ... prasanna bhat mavinkuli wrote: ... > source directory and creating it in the target directory during run ...
    (comp.lang.perl.misc)
  • File.renameTo(File)
    ... I'm running 1.5 version of java and I'm simply attempting to move a file from a ... source directory to a target directory. ... It seems the renameTo works fewer times than it does. ...
    (comp.lang.java.programmer)