May 11, 2016
1:10 p.m.
Check out FileReference class>>#newTempFilePrefix:suffix:
On 11 May 2016, at 15:01, Valentin Ryckewaert <valentin.ryckewaert@gmail.com> wrote:
Hello everyone,
I would like to use a temporary file for a project and I didn't find an existing method. I'm asking my self if it's a better idea to use ffi or OSSubProcess (or something already build for it) to build a method able to create this tmp file. Someone could help me please?
PS : Should it be a good idea to add this method directly in Pharo ?