<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
Hi Juan,<br>
<br>
doh, i did not see it !<br>
<br>
yes, '#nextNameFor: ...' does what I wanted, forget my fileout.<br>
<br>
bye<br>
Nicola<br>
<br>
<br>
<div class="moz-cite-prefix">On 9/16/21 7:25 PM, Juan Vuletich
wrote:<br>
</div>
<blockquote type="cite" cite="mid:61437DFC.5070801@jvuletich.org">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
Hi Nicola,<br>
<br>
This looks like essentially equivalent to #nextNameFor:extension:
, right?<br>
<br>
Thanks,<br>
<br>
On 9/14/2021 1:57 PM, Nicola Mingotti via Cuis-dev wrote:
<blockquote
cite="mid:3f1cce50-647e-db80-4b77-e7e5174bb8ec@gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<br>
there was a little bug, sorry, here the corrected version.<br>
<br>
excuse me Juan, i forgot to put you in copy in the first mail, i
do it now.<br>
<br>
<br>
bye<br>
Nicola<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 9/14/21 3:21 PM, Nicola Mingotti
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:04210418-d521-1d1e-baed-41a89f025877@gmail.com">
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<br>
<font size="+1"><font face="monospace">Hi Juan, guys,<br>
<br>
consider if you wish to add this method. I find it useful.<br>
<br>
It is often practical to be able to create uniquely named
new file, for example<br>
for logs, or as container for intermediate computations.
This method provides for it.<br>
<br>
It has not external dependencies. <br>
<br>
---- Example ----<br>
'/tmp' asDirectoryEntry newFileName: 'fooTemp' ext:
'txt'. => '/tmp/fooTemp-1.txt' <br>
'/tmp/fooTemp-1.txt' asFileEntry fileContents: 'foo
contents'. <br>
'/tmp' asDirectoryEntry newFileName: 'fooTemp' ext:
'txt'. => /tmp/fooTemp-2.txt <br>
-----------------<br>
<br>
bye<br>
Nicola<br>
<br>
<br>
<br>
</font></font> </blockquote>
<br>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org" moz-do-not-send="true">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev" moz-do-not-send="true">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich" moz-do-not-send="true">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3" moz-do-not-send="true">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
</blockquote>
<br>
</body>
</html>