Specifications

35/201
BscDownLoadEx
FUNCTION: Sends a specified file to the robot controller. A directory where the sending
file exists can be specified.
FORMAT: _declspec( dllexport ) short APIENTRY BscDownLoadEx(short nCid,char
*fname, char*path, BOOL nFlg);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
*fname File name to be sent
*path Diretory path of sending source data
nFlg TRUE : Changes the directory temporarily and restores it at the end.
FALSE : Changes the directory and completes the processing.
OUT(Return)
None
Return Value
0:Normal completion
Others:Transmission error