Ability to save .f2d files (drawings) to disk from a project?
I've got an addin which allows me to backup a project folder to disk. It navigates the current folder and then uses the export manager to save to disk anything that is a .f3d file as an archive. It also uses the handy new function download() on DataFile which allows me to save other files (.svg, .txt, etc)
The only thing I can't find a way to save out is drawing files. (.f2d). Drawing documents do have their own ExportManager but that only seems to let me saving a drawing out as a PDF (the documentation is wrong here btw, it talks about STEP files). I can't even save the drawings out as the same options in the UI (dwg, dxf, etc)
Can anyone see any way to get .f2d files saved on disk for archival? I don't see why the DataFile->download() function only lets you download non Fusion files, it's obvious internally they're just stored as .f3d and .f2d files anyway.