This function is to get current working directory.
string okutil_get_custom_path( DWORD dwUpdate = 0 )
Current working directory.
EX1
void okutil_get_custom_path_Ex1() { string str = okutil_get_custom_path(); out_str(str);// print out current working directory. }
EX2
void okutil_get_custom_path_Ex2() { string str = okutil_get_custom_path(GET_CUSTOM_PATH_UPDATE__ALL); out_str(str);// print out current working directory. }
okutil_set_custom_path
origin.h