Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How I can Set file Downloding path
#7
Let's simplify.

Macro Macro1424
Code:
Copy      Help
;we have this file
str sfile="$desktop$\Abc.xls"

;need to rename to
str editFile ="Edit"

;and move to folder
str directory ="$desktop$\Excel\"

str destFile
destFile.from(directory editFile ".xls")
destFile.expandpath

out destFile

;es.ws.SaveAs(destFile) ;; I want Edit copy in $desktop$/Excel/Edit.xls" Folder


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)