mb_get_default_file_ext

Previous  Next

 

char* mb_get_default_file_ext( int nType )

 


 

Returns the default file extension for the specified type.  The type can be specified as

 

MB_EXT_SOURCE            0

MB_EXT_COMPILED          1

MB_EXT_INCLUDE           2

MB_EXT_COMPILED_INC      3

 

Example

 

char szFileExt[_MAX_EXT]  = mb_get_default_file_ext( MB_EXT_SOURCE );