Image
---
C:\Pharo3.0\ide-feedback.image
Pharo3.0
*Latest update: #30858*
Unnamed
On 14 October 2014 12:05, Ben Coman [via Smalltalk] <
ml-node+s1294792n4784535...@n4.nabble.com> wrote:
> DiegoSanchez wrote:
> > I'm using Pharo 3.0 image
> > (http://files.pharo.org/image/30/Pharo-Image-3.0-
DiegoSanchez wrote:
I'm using Pharo 3.0 image
(http://files.pharo.org/image/30/Pharo-Image-3.0-latest.zip)
That link changes from day to day. Can you report...
World Menu > System > System Reporter > Image > Latest update.
-ben
On 14 October 2014 03:25, stepharo [via Smalltalk] <[hidden ema
I'm using Pharo 3.0 image (
http://files.pharo.org/image/30/Pharo-Image-3.0-latest.zip)
On 14 October 2014 03:25, stepharo [via Smalltalk] <
ml-node+s1294792n4784442...@n4.nabble.com> wrote:
>
> On 13/10/14 01:31, DiegoSanchez wrote:
> > Hi everybody! This is my first post
>
> Welcome :)
> In wh
On 13/10/14 01:31, DiegoSanchez wrote:
Hi everybody! This is my first post
Welcome :)
In which image version are you?
and I'm posting this question after
going around this forum without finding answer for my question. I couldn't
wrap my mind around it.
Here is the issue (in fact it is not
Thanks Tudor,
Yes I'm using Pharo 3.
On 13 October 2014 08:33, Tudor Girba-2 [via Smalltalk] <
ml-node+s1294792n478429...@n4.nabble.com> wrote:
> You are likely referring to the issue reported here:
> https://pharo.fogbugz.com/f/cases/12826/Zip-FileSystem-does-not-work
>
> This should work now i
You are likely referring to the issue reported here:
https://pharo.fogbugz.com/f/cases/12826/Zip-FileSystem-does-not-work
This should work now in the latest Pharo 4.0. If you are using Pharo 3.0,
loading the slice manually from the Pharo40Inbox should fix the issue as
well.
What version are you u
| zipper file |
zipper := ZipArchive new readFrom: 'tp1.zip'.
"file contains test.st"
file := zipper members at: 1.
"file contentStream returns the stream with file's information
uncompressed"
On 13 October 2014 08:22, Diego Sánchez wrote:
> doitFromSt
doitFromStream
| zipper file |
zipper := ZipArchive new readFrom: '/Users/diego/tp1-95195.zip'.
file := zipper members at: 2.
"file contentStream returns the stream with file's information
uncompressed"
On 13 October 2014 08:15, Tudor Girba wrote:
> Wha
What is the code that you use?
Doru
On Mon, Oct 13, 2014 at 1:31 AM, DiegoSanchez
wrote:
> Hi everybody! This is my first post and I'm posting this question after
> going around this forum without finding answer for my question. I couldn't
> wrap my mind around it.
>
> Here is the issue (in f
Hi everybody! This is my first post and I'm posting this question after
going around this forum without finding answer for my question. I couldn't
wrap my mind around it.
Here is the issue (in fact it is not a issue, classes work fine).
I want to uncompress a zip file and file in the content of
10 matches
Mail list logo