I initially understood that nsIFile was for syntactically valid, absolute paths only. Is this correct, or is it also valid to use nsIFile for relative path fragments, e.g.

        "file.txt" (file.txt in CWD for process)
        "foo/file.txt" (file.txt in CWD/foo for process)
        "c:file.txt" (file.txt in CWD for c:)

For instance, if a new instance of nsIFile is created (thus the contained path is empty), is it valid to do an Append()?

Brodie
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to