Checking filespec existence

This commit is contained in:
racham%netscape.com 1999-08-10 08:25:57 +00:00
parent 2b294fe8f3
commit d6d7cc779f

View File

@ -2508,7 +2508,7 @@ NS_IMETHODIMP nsProfile::CloneProfile(const char* newProfile)
GetCurrentProfileDir(&currProfileDir);
if (currProfileDir)
if (currProfileDir.Exists())
{
nsIFileLocator* locator = nsnull;