(file) Return to FileSystemPropertyOwner.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Config

Diff for /pegasus/src/Pegasus/Config/FileSystemPropertyOwner.cpp between version 1.21 and 1.22

version 1.21, 2006/06/09 18:37:46 version 1.22, 2006/07/20 09:19:13
Line 89 
Line 89 
 */ */
 Boolean isDirValid(const String& dirName) Boolean isDirValid(const String& dirName)
 { {
     if (FileSystem::isDirectory(dirName) && FileSystem::canWrite(dirName))      String directoryName(ConfigManager::getHomedPath(dirName));
       if (FileSystem::isDirectory(directoryName) &&
           FileSystem::canWrite(directoryName))
     {     {
         return true;         return true;
     }     }


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2