Re: Translating filenames for command line?
Re: Translating filenames for command line?
- Subject: Re: Translating filenames for command line?
- From: Andreas Monitzer <email@hidden>
- Date: Mon, 31 Dec 2001 20:55:02 +0100
On Monday, December 31, 2001, at 08:38 , Finlay Dobbie wrote:
On Monday, December 31, 2001, at 04:39 pm, Andreas Monitzer wrote:
And you should try to avoid system() if possible. There are some risks
involved (see iTunes 2.0 installer fiasco).
That was just a bog-standard badly written shell script, nothing to do
with system().
system("rm -rf /Volumes/Harddisk 1/Applications/iTunes.app");
yeah, right.
andy