Show
Ignore:
Timestamp:
08/05/08 15:41:53 (4 years ago)
Author:
robert
Message:

Added permission check and error logging

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/vpb/FileUtils

    r903 r924  
    5050#endif 
    5151 
     52#include <string> 
     53 
    5254namespace vpb 
    5355{ 
     
    7577extern VPB_EXPORT int mkpath(const char *path, int mode); 
    7678 
     79extern VPB_EXPORT bool hasWritePermission(const std::string& filename); 
     80 
    7781};