Accessing .jmp file row/col count and notes without opening file
This information can be accessed through JMP Open file at least on Windows: Wondering if it possible to access these through scripting without opening JMP datatable (Open Data File Options )? Column names can be accessed withNames Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp", "Column Names Only");