On 12/20/18 1:59 PM, Stephane Ducasse wrote:
Hi SvenI would like download files (pdf) with Zinc (not opening them in Pharo). I wonder how I can do it with zinc. Tx
'http://files.pharo.org/books-pdfs/learning-oop/2018-04-01-LearningOOP.pdf' asZnUrl saveContentsToFile: '/mypath/mydir/learning-oop.pdf'
Should get you going. Jimmie
