C API for BALTECH SDK

§ brp_get_home_dir()

BRP_LIB bool brp_get_home_dir ( char *  result)

Retrieves the HOME directory of the current user.

Returns
true on success.
Parameters
resultpointer to buffer where directory shall be stored. Must be prepared to store PATH_MAX bytes. Is undefined if return value is false.