Re: Replacement problem

From: Gunnar Hjalmarsson (noreply_at_gunnar.cc)
Date: 03/02/05


Date: Wed, 02 Mar 2005 16:11:12 +0100

prasanna bhat mavinkuli wrote:
> In my code i just want to create a source directory structure in
> a target directory. I am finding all the subdirectories in the
> source directory and creating it in the target directory during run
> time. And i am failing to do so because directory name
> contains(+,- etc). So its a metacharacter problem.

You probably want \Q. See "perldoc perlre".

-- 
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl


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)
  • 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)
  • Re: Copy folder and paste to another folder
    ... I am trying to do the same thing except my source directory changes with ... Dim fso As Object ... The directory gets copied except I get a Type mismatch error and my ...
    (microsoft.public.excel.programming)