------art_23317_25578017.1203535200101
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On 15/02/2008, Thufir <hawat.thufir / gmail.com> wrote:
>
> system("rm dwemthys.db")


do you really want to call 'system', which calls a shell, which executes the
'rm'  program?
Why not just use File.unlink()?

-Thomas

-- 
Thomas Preymesser
thopre / gmail.com
thomas / thopre.com
Bo: 030 - 830 353 88
mobil: 0176 - 75 03 03 04
Privat: 030 - 49 78 37 06
http://thopre.wordpress.com/
http://www.thopre.com/

------art_23317_25578017.1203535200101--