Jump to content

ivanferrer

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

About ivanferrer

Profile Information

  • OS
    Windows 7 x64

ivanferrer's Achievements

0

Reputation

  1. ; SAVE FILE IN SELECT FOLDER $var = FileSelectFolder("Select local save file", "") If ($var) Then $VarTwo = FileCopy("doc\file_name.pdf",$var&"\", 1) If ($VarTwo) Then MsgBox(1,"File Copy to:",@ScriptDir & $var &"\"& "file_name.pdf") EndIf If @error > 0 Then MsgBox(0, "Error!", "This file not copy!") Exit EndIf Else Exit EndIf
×
×
  • Create New...