Comfort Eagle wrote: > Paul Lutus wrote: >> Comfort Eagle wrote: >> >>> How do I create a directory 'http://example.com' without it getting >>> broken up because of the '/'s ? >> >> Very simply, you can't. That is an URL, not a directory path. >> >> Insteda of asking this hypothetical question about a hypothetical >> solution, >> please state the problem to be solved and someone will help you. > > Hmm, ok then. How could I strip http:// from that string? string.sub!(%r{http://},"") -- Paul Lutus http://www.arachnoid.com