Re: file copying, etc
Holger Freyther <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
> On 22 May 2016, at 18:30, Robert Kuszinger <[email protected]> wrote: > > Smalltalk system: 'cp ',from,' ',to. > > Also simple :) and unless you control from and to maybe a bit insecure. We have 'withShellEscapes' (e.g. use like '; rm -rf /' withShellEscapes). holger