(file) Return to FileSystem.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/FileSystem.h between version 1.25 and 1.26

version 1.25, 2003/01/25 14:38:58 version 1.26, 2003/03/18 20:59:36
Line 34 
Line 34 
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/ArrayInternal.h> #include <Pegasus/Common/ArrayInternal.h>
 #include <Pegasus/Common/InternalException.h> #include <Pegasus/Common/InternalException.h>
   #include <Pegasus/Common/System.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
 #include <fstream> #include <fstream>
  
Line 367 
Line 368 
  
     if (filename != String::EMPTY)     if (filename != String::EMPTY)
     {     {
         if ((filename[0] != '/') && path && path[0])          if (!System::is_absolute_path(filename.getCString()) && path && path[0])
         {         {
             absolutePath.append(path);             absolutePath.append(path);
             absolutePath.append('/');             absolutePath.append('/');


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2