dirtools_public.h (301B)
1 //========= Copyright Valve Corporation ============// 2 #pragma once 3 4 #include <stdint.h> 5 #include <string> 6 7 8 #if !defined(_WIN32) 9 #include <sys/types.h> 10 #include <sys/stat.h> 11 #endif 12 13 14 extern bool BCreateDirectoryRecursive( const char *pchPath ); 15 extern bool BCreateDirectory( const char *pchPath );