[Pharo-project] StandardFileStreamforceNewFileNamed: open request window

2013-04-15 Thread Fabrizio Perin
Hi, I used the method StandardFileStreamforceNewFileNamed: to create a new file but a window opens all the time telling me that the file doesn't exist and asking what I want to do about it. Is there another way I should use to create a file, and eventually overwrite it if it exists already,

Re: [Pharo-project] StandardFileStreamforceNewFileNamed: open request window

2013-04-15 Thread Camillo Bruni
which pharo version are you using? On 2013-04-15, at 11:31, Fabrizio Perin fabrizio.pe...@gmail.com wrote: Hi, I used the method StandardFileStreamforceNewFileNamed: to create a new file but a window opens all the time telling me that the file doesn't exist and asking what I want to do about

Re: [Pharo-project] StandardFileStreamforceNewFileNamed: open request window

2013-04-15 Thread Fabrizio Perin
I'm in a Moose image 4.8 so Pharo2.0 Latest update: #20595 2013/4/15 Camillo Bruni camillobr...@gmail.com which pharo version are you using? On 2013-04-15, at 11:31, Fabrizio Perin fabrizio.pe...@gmail.com wrote: Hi, I used the method StandardFileStreamforceNewFileNamed: to create a

Re: [Pharo-project] StandardFileStreamforceNewFileNamed: open request window

2013-04-15 Thread Fabrizio Perin
Hi, sorry, I figured that the file I was trying to create contained invalid characters, in particular a doublecolumn. Still, I found the behaviour confusing. If the system cannot create the file I should get a clear error message than potentially a window that ask me what to do. Cheers, Fabrizio

Re: [Pharo-project] StandardFileStreamforceNewFileNamed: open request window

2013-04-15 Thread Camillo Bruni
ah right, i think that is one of these pieces that I didn't fully port. BTW did the same happen if you use filesystem directly? 'folderA/folderB/file.txt' asFileReference writeStreamDo: [ :stream| stream 'some contents' ]. If so, can you open a bug report for it? On 2013-04-15, at