LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Troubles with reading from write-protected files

I have troubles to read the data from a write protected file. In the case of "WriteProtection" is off, the application works without problems. In the case of "WriteProtection" is on, the application get only an blank string.
Download All
0 Kudos
Message 1 of 2
(2,676 Views)
Your problem that you are using vi Open File with default parameter that opens file for reading/writing mode. Change parameter function to Open (Read-Only).
Message 2 of 2
(2,676 Views)