Request SDFR Flags on StructGet/StructPut

I would like to have the SDFR flags on the StructGet and StructPut functions to use in conjunction with the /S flag (or for waves too). This would save me from having to go to a data folder, store/retrieve a structure, and then return to the current folder.

StructGet/S/SDFR=

StructPut/S/SDFR=

 

This compiles at least (haven't run it):

Function test()

    StruCT junk junks
    SVAR ss = root:df:ss
    StructPut/S junks,ss
    StructGet/S junks,ss
end

Certain operations confuse the issue of needing WAVE, SVAR, NVAR references by creating them implicitly for you under certain circumstances. But using them explicitly will always work, as long as compiling it is supported.