TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ResourceCreate ( string  resource_name,
string  path 
)

Creates a resource based on a file

Parameters
resource_nameResource name
pathPath to the file, containing the resource data.
Returns
Returns true if successful, otherwise false. To get information about the error call the GetLastError() function.