(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.30 and 1.31

version 1.30, 2003/10/22 14:26:03 version 1.31, 2003/12/08 21:29:01
Line 303 
Line 303 
     */     */
     static String extractFilePath(const String& path);     static String extractFilePath(const String& path);
  
       /** Changes file permissions on the given file.
           @param path path of the file.
           @param mode the bit-wise inclusive OR of the values for the
           desired permissions.
           @return true on success, false on error and errno is set appropriately.
       */
       static Boolean changeFilePermissions(const String& path, mode_t mode);
   
 private: private:
  
     FileSystem() { }     FileSystem() { }


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2