02-08-2013 04:33 PM
I have a configuration file that I call with my LV program. I would like a way to protect that file from being edited or deleted inadvertently (or even intentionally). If there is no way to do that, I know I can at least set a files permissions to Read Only, but is there a way to set a files Property to Hidden from within LV programmatically?
02-08-2013 04:43 PM
Here are a couple of ideas. They constrain INI file read/write to your app:
http://forums.ni.com/t5/LabVIEW/write-ini-file-not-readable/m-p/1022719/highlight/true#M455836
02-08-2013 06:41 PM - edited 02-08-2013 06:42 PM
If you build an installer, you can define the desired file settings (e.g. hidden). Simply install a default ini file with the right name and attributes, then modify it from within LabVIEW.