/*----------------------------------------------------------------------* rtp_wfile_setcwd *----------------------------------------------------------------------*/ int rtp_wfile_setcwd (unsigned short * name) { unsigned char realName[32]; map_unicode_to_ascii((unsigned char *)realName, (unsigned char *)name); return(rtp_file_setcwd ((unsigned char *)realName)); }
BBOOL rtplatform_setcwd(char RTSMB_FAR * to) { if (rtp_file_setcwd(to) < 0) { return FALSE; } return TRUE; }