MilliDataSetEngineFolder


This function can
change the target folder directory of the designated position in the MilliData Engine list.

 

void @MilliDataSetEngineFolder(int item_pos, string folder);

 

Parameters

int item_pos : the member position

string folder : target folder directory you want to change

 

Return Value

There is not a return value.

Example1)

@MilliDataSetEngineFolder(0, "C:\\Data\\MilliData\\Data1");

 

Description : It changes the target folder of the item in MilliData list  index 0 to C:\Data\MilliData\Data1

 

Related Helps)

MilliDataSetFile