I folks... I have a quick question.
The following is supported on MATLAB (or could do in C-code), but not sure if capability to read/write binary files exists in Tcl/tk.
Does anyone know?
Has anyone implemented this?
(I have only read/write ascii files using Tcl/tk)
for example MATLAB has:
File opening and closing.
fopen - Open file.
fclose - Close file.
Binary file I/O.
fread - Read binary data from file.
fwrite - Write binary data to file.
The following is supported on MATLAB (or could do in C-code), but not sure if capability to read/write binary files exists in Tcl/tk.
Does anyone know?
Has anyone implemented this?
(I have only read/write ascii files using Tcl/tk)
for example MATLAB has:
File opening and closing.
fopen - Open file.
fclose - Close file.
Binary file I/O.
fread - Read binary data from file.
fwrite - Write binary data to file.