|
Hi,
We are trying to delete a file from the flowscript.
var file = new Packages.java.io.File(“foo”);
var b = file.delete();
We get the foll. error: -
missing name after . operator.
Could anybody point out what could be wrong in the above code.
Regards Anand
|
- Re: File deletion from Flowscript anand.vasudevan
- Re: File deletion from Flowscript Thomas
- RE: File deletion from Flowscript anand.vasudevan
