Specifications
36/201
BscUpLoadEx
FUNCTION: Receives a specified file from the robot controller. The directory where
the file is send to can be specified.
FORMAT: _declspec( dllexport ) short APIENTRY BscUpLoadEx(short nCid,char
*fname, char*path, BOOL nFlg);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
*fname File name to be received
*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:Receiving error