Solution
LabVIEW 7.1 Read-only permissions can be set in LabVIEW by using the
Access Rights.vi, located under
All Functions»File I/O»Advanced File Functions in the functions palette.
LabVIEW 8.x and LaterRead-only permissions can be set in LabVIEW by using the
Set Permissions.vi, located under
Programming»File I/O»Advanced File Functions in the functions palette.
In order to set permissions as read-only for users, the new permissions or the permissions input should be
100000000 in binary, or
256 in decimal, depending on the format of the input. The default format of the input is decimal. To return the permissions to read/write, simply input
110000000 in binary or
384 in decimal.