get file size
I am using JMP 10.0.0 with Windows 7, and would like to use JSL to determine a file size in bytes given a file path. Here is an example structure of what I am trying to achieve, where in JMP 10.0.0 'file size()' is not an option.f_path=pick file();f_size=file size(f_path);Is there a method to determine the file size without openning or loading the file?