<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Got it. I'll test it here later and let you know.<br>
<br>
Adam Langley wrote:
<blockquote cite="mid396556a205090108281ee7f96@mail.gmail.com"
 type="cite">
  <pre wrap="">On 9/1/05, ADB <a class="moz-txt-link-rfc2396E" href="mailto:firefox-gen@walala.org">&lt;firefox-gen@walala.org&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Good code, just by looking at it, it seems very portable. Before I go
testing it on Win32, though, it shouldn't screw up my existing config
files, etc. if they are present right? (Just want to be sure)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Portability is a fluke - I've not coded on Windows since I was about 12.

It will stomp some files, but only ones which it thinks that it would
have created last time. Thus, if you have lots of directories called
nodeD0 and so forth it will think that it owns them.

Generally, run it in a new directory and all the files it creates
should be within that directory.
(barring command line args to tell it otherwise and/or really freaky
Windows behavior - but I don't think so)

AGL

  </pre>
</blockquote>
<br>
</body>
</html>