Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > pt.comp.programacao > #190

Re: um pacote pra renomear sem sobrescrever

From Patricia Ferreira <pferreira@example.com>
Newsgroups pt.comp.programacao
Subject Re: um pacote pra renomear sem sobrescrever
Date 2024-01-23 23:00 -0300
Organization A noiseless patient Spider
Message-ID <87jznzij70.fsf@example.com> (permalink)
References <87plxrikn8.fsf@example.com>

Show all headers | View raw


Patricia Ferreira <pferreira@example.com> writes:

[...]

> #-(or win32 linux)
> (defun rename-noreplace (old new)
>   ;; Unfortunately, we cannot guarantee atomicity.  Returns pathnames
>   ;; if okay.  NIL otherwise.
>   (or (rename-file old new))

Faltou um parêntese aí.

#-(or win32 linux)
(defun rename-noreplace (old new)
  ;; Unfortunately, we cannot guarantee atomicity.  Returns pathnames
  ;; if okay.  NIL otherwise.
  (or (rename-file old new)))

Back to pt.comp.programacao | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

um pacote pra renomear sem sobrescrever Patricia Ferreira <pferreira@example.com> - 2024-01-23 22:29 -0300
  Re: um pacote pra renomear sem sobrescrever Patricia Ferreira <pferreira@example.com> - 2024-01-23 23:00 -0300

csiph-web