Request: Placeholder for Export folder path

Please can we have the following export script placeholder

%_exportfolderpath% the export output file's folderpath

This is needed to allow relative track references that work for different export file locations.

Also the following could be useful

%_exportfilepath% the export output file's filepath including extension
%_exportfilename_ext% the export output file's filename including extension i.e. basename

Thanks.

I wrote:

This is needed to allow relative track references that work for different export file locations.

but have since found that this can be done using:

On https://docs.mp3tag.de/format/#export
%_filename_rel% Relative file name
%_folderpath_rel% Relative path without file name

so I retract this suggestion.