| We are using the C# interface. When making the call:
 RocketDivision.StarBurnX.IDataFolder dataFolder = dataBurner.AddDirectory(safePath);
 
 where ‘dataBurner’ is a RocketDivision.StarBurnX.DataBurner object and ‘safePath’ is a valid directory path ending with ‘\’.  If ‘safePath’ is a path to a directory on the network, ie, “\\someNetworkFolder\someOtherFolder\”, an exception is thrown and we get the following error:
 
 dataBurner.LastError = “Path format is invalid”
 dataBurner.LastErrorCode = STARBURN_ERR_INVALID_PATH_PROVIDED
 
 -Heath
 
 
 |