Olivier Billard wrote:
Hi cocooners !
I'm trying to delete a java.io.File flowscript, but delete is a reserved word in javascript, and I get the following error :
"SyntaxError: missing name after . operator"
calling getPath() works well, so my java.io.File is correct.
Is there "yet another way" to delete files in flowscript ?
Thanks !
file["delete"](); should do the trick.
-- Leszek Gawron [EMAIL PROTECTED] Project Manager MobileBox sp. z o.o. +48 (61) 855 06 67 http://www.mobilebox.pl mobile: +48 (501) 720 812 fax: +48 (61) 853 29 65
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
