danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
633 stars 224 forks source link

Use temporary folder in MDF4 #1035

Closed alex-ruehe closed 3 months ago

alex-ruehe commented 3 months ago

Use the temporary_folder value when copying the MDF4 file to a temporary location and use gettempdir() as fallback.

danielhrisca commented 3 months ago

thank you