Closed LonelyCat124 closed 2 years ago
At the moment, only a string can be passed to file IO, which does not support runtime values.
One solution to this is to add an optional parameter to the IO function that allows the user to specify a variable name to be provided as well.
This was added for the Cabana backend - and will be used as the strategy for the immediate future.
At the moment, only a string can be passed to file IO, which does not support runtime values.
One solution to this is to add an optional parameter to the IO function that allows the user to specify a variable name to be provided as well.