Filename macro
cherub
SERnuke.com
I need to access the filename of a document via a macro, eg
[Document]
type=file
filter=DOC|*.doc
...I need to be able to access what the filename is, eg cherubs.doc
The closest I could find was %spinfilename-<folder>, but I only need it for the file specified. If this macro doesn't already exist then something like %filename-document% would be great.
Comments
%spinfolder-<folder>%
but if I try and use a variable for the folder eg
%spinfolder-%doc_folder%%
and I have a variable setup like this
the result is
pagefiledoc_folder%%
doc_folder%%
Is there any way to use a macro in the spinfilename/spinfolder macros, or another workaround for this you can think of?
%spinfolder-$doc_folder$%