Open jackjansen opened 3 months ago
We should ensure all relative pathnames are relative to something known (such as the Application.DataPath).
Application.DataPath
@jvdrhoof ran into this with the PrerecordedReaderConfig when running under the VRTStatistics-runserver.
Probably fixable with VRTConfig.ConfigFilename().
VRTConfig.ConfigFilename()
We should ensure all relative pathnames are relative to something known (such as the
Application.DataPath
).@jvdrhoof ran into this with the PrerecordedReaderConfig when running under the VRTStatistics-runserver.
Probably fixable with
VRTConfig.ConfigFilename()
.