This function is to get current working directory.
string okutil_get_custom_path( bool bDoUpdate = false )
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() { bool bDoUpdate=true; string str = okutil_get_custom_path(bDoUpdate); out_str(str);// print out current working directory. }
okutil_set_custom_path
origin.h