libH/UtilFile.hpp

Go to the documentation of this file.
00001 
00012 /*
00013   
00014   Copyright (c) 2007, Tim Burrell
00015   Licensed under the Apache License, Version 2.0 (the "License");
00016   you may not use this file except in compliance with the License.
00017   You may obtain a copy of the License at 
00018 
00019         http://www.apache.org/licenses/LICENSE-2.0
00020 
00021   Unless required by applicable law or agreed to in writing, software
00022   distributed under the License is distributed on an "AS IS" BASIS,
00023   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00024   See the License for the specific language governing permissions and 
00025   limitations under the License. 
00026   
00027 */
00028 
00029 #ifndef __UtilFile_h
00030 #define __UtilFile_h
00031 
00032 #if HAVE_CONFIG_H
00033 #include "config.h"
00034 #endif
00035 
00036 #include "UtilFile.hpp"
00037 #include <cstdlib>
00038 #include <string>
00039 
00041 // Namespace
00043 
00044 namespace H {
00045 
00047 // Typedef's / Defines
00049                 
00051 // Class Definition
00053 
00060 class UtilFile {
00061 public:
00062         // Public Member Functions
00063         static bool                     createDirectory(std::string const & FileName); 
00064         static void                     relativeToAbsolute(std::string & FilePath); 
00065         static bool                     touch(std::string const & FilePath); 
00066         static bool                     touchRecursive(std::string const & FilePath, bool DoRecursive = true); 
00067         
00068         // Construction / Deconstruction
00069         UtilFile();                                             
00070         virtual ~UtilFile();                                    
00071 
00072 private:
00073         // Private Member Functions
00074 
00075         // Private Member Variables
00076 };
00077 
00079 
00080 } // H namespace
00081 
00082 #endif // __UtilFile_h

Generated on Wed Nov 7 10:04:16 2007 for gizmod by  doxygen 1.5.3