Good afternoon.
I am an engineer that used Mathematica many many years ago during my Ph.D. Now I decided to try again and I ordered an annual subscription for Mathematica online.
I wrote a little script that reads a file:
data=Transpose@Partition[BinaryReadList["0077_1_20070101.BIN","UnsignedInteger16"],8];
This is the first line. I would like to choose the correct file (in this case 0077120070101.BIN) through a dialog window. Is it possible to choose a file from the Cloud Files directory?
Thank you in advance and best regards.
Bruno