This commit is contained in:
mcmullen@netscape.com
1999-03-19 23:09:39 +00:00
parent cdb11981ca
commit a9b9bd1efc
14 changed files with 1212 additions and 844 deletions

View File

@@ -345,11 +345,14 @@ int FilesTest::Parent(
mySpec.GetParent(outParent);
nsFilePath parentPath(outParent);
nsFileURL url(parentPath);
mConsole
<< "GetParent() on "
<< "\n\t" << pathAsString
<< "\n yields "
<< "\n\t" << (const char*)parentPath
<< "\n or as a URL"
<< "\n\t" << (const char*)url
<< nsEndl;
Inspect();
return 0;