Ejemplo n.º 1
0
/*----------------------------------------------------------------------*
                             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));
}
Ejemplo n.º 2
0
BBOOL rtplatform_setcwd(char RTSMB_FAR * to)
{
    if (rtp_file_setcwd(to) < 0)
    {
        return FALSE;
    }
    return TRUE;
}