<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    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">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>