<div dir="auto">Try file:rename</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 17, 2021, 17:33 Michael P. <<a href="mailto:empro2@web.de">empro2@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, 14 Aug 2021 18:42:40 -0400<br>
"Lloyd R. Prentice" <<a href="mailto:lloyd@writersglen.com" target="_blank" rel="noreferrer">lloyd@writersglen.com</a>> wrote:<br>
<br>
I cannot assess the perils that may lurk within this:<br>
```<br>
move_file(From, To) -><br>
    Content = file:read_file(From),<br>
    file:write_file(To, Content),<br>
    file:delete(From).<br>
<br>
```<br>
Thus, such is not fit for inclusion in "the library".<br>
<br>
It may serve some purpose, but its flaws<br>
would lead to people desiring, requesting,<br>
and possibly demanding some `file:DWIM...`.<br>
And relieving such desire is not feasible:<br>
deeper look into system => more dread => more work.<br>
<br>
So each gets to write their own DWYW function or module,<br>
be content with it, maybe spread it,<br>
suffer from its flaws, develop it, discuss it.<br>
And, at some time, possibly, it may be included in "the library",<br>
making Erlang a better language.<br>
<br>
~Michael<br>
<br>
--<br>
<br>
Reasonable is that which cannot be<br>
criticised reasonably anymore.<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div>