Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > pt.comp.programacao > #190
| 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> |
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 | Next — Previous in thread | Find similar | Unroll 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