Problem with saving a file...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • john20
    New Member
    • Jul 2008
    • 37

    #1

    Problem with saving a file...

    Hi All,

    I have licence.exe file i want to save that file on runtime with different name. i mean to say that i want to make copy of that file on run time.

    how can i achieve that ? is anybody have some idea ?

    Thanks

    -John
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    File.Copy("Oldf ileLocation\Old fileName", "NewFileLocatio n\NewFileName")

    Steven

    Comment

    Working...