Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Recipe: How to copy a file
Last updated at 10:37 pm UTC on 12 December 2011
Question 2
How to copy a file to another folder?

Answer


FileDirectory new copyFileNamed: 'C:\myfile.txt' toFileNamed: 'd:\temp\AAprova.txt'.

EnricoSpinielli

tested with version 3.10.2 and 4.2