09-18-2010, 11:54 AM
In 'Save As' dialog, 'File name' field is focused, isn't it? And it shows file name? Then macro can simply paste full path.
str s
s.getsel ;;copy filename
s-"$desktop$\Download folder\"
s.expandpath
s.setsel ;;paste full path
str s
s.getsel ;;copy filename
s-"$desktop$\Download folder\"
s.expandpath
s.setsel ;;paste full path
