Myagi
06-13-2005, 03:50 PM
What's up with the 'filerename' function? It's completely and utterly broken for me (Modeler 8.3). It produces one file with 0 size and leaves the original file there too. What's even more weird is that it produces the exact same error (with the exact same file as 0) no matter what order I pass the params.
here's my code:
save(fileNameTmp);
close();
filerename(fileNameTmp, fileName);
here's my code:
save(fileNameTmp);
close();
filerename(fileNameTmp, fileName);