11-19-2008 12:23 AM
I want to know how to programmatically hide a folder in WIndows using LabView?
Solved! Go to Solution.
11-19-2008 01:40 AM
Hi LabViewde...,
if you mean to set the hidden flag, you can use the SetFileAttributes function from the Kernel32.dll.
Mike
11-19-2008 05:45 AM
hey mike
thanks for your reply,
i tried your solution, but unfortunately Labview crashes due to not enough memory space.
So what parameters should i give for the Set file attribute in the configure of dll in labview?
11-19-2008 06:37 AM
Hi LabVIEWde...,
see the attached picture please. It shows how to call the function. You will find all possible attributes here.
Mike
11-19-2008 07:24 AM
It works!!
thanx a ton mike