How can I evaluate the size of a file?
asked 17.08.2012 at 10:34
Raphael Süess (suspended) accept rate: 0%
The method length works if you call it on a java.io.File class. A condition which filters file that are smaller than 1 MB looks like this: Java.new("java.io.File", "C:/path_to_your_files/files/"+in.myFile.getPath()).length() < 1024000
Java.new("java.io.File", "C:/path_to_your_files/files/"+in.myFile.getPath()).length() < 1024000
answered 28.08.2012 at 10:54
Reguel Werme... ♦♦ 9.4k●3●19●58 accept rate: 70%
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
Tags:
ivy3 ×24
Asked: 17.08.2012 at 10:34
Seen: 1,928 times
Last updated: 17.08.2012 at 10:34
Polling time of FileStartEventBean configurable?
How to write a file as into a database field of type VARBINARY?
How can I logoff the user if he closes the browser?
getFullname(getCurrentUserName()) does not work everytime
How to set the maximum number of records per page in a SmartTable?
How to call a web service with scriptable authentication
Microsoft SQL Server transaction log file is growing and growing?
URL-GET-Parameters with Ivy 3.9
Is there a copy protection for Xpert.ivy processes available?
Date calculation is wrong