//========= Copyright Valve Corporation ============// #pragma once #include #include #if !defined(_WIN32) #include #include #endif extern bool BCreateDirectoryRecursive( const char *pchPath ); extern bool BCreateDirectory( const char *pchPath );