Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How I can Set file Downloding path
#12
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)