I am looking for a way to hide files using c#. I know about changing the file attributes to hidden but I want to hide them regardless of the users view settings(ie. show hidden files). There are tons of programs out there that do this but I cant seem to find any examples of how. Any help would be greatly appreciated.
Thank's
Brad

Hiding Files
LouisPeter
Brad
jport
(This reminds the old good DOS days when I hid my files under "BAD" clusters....)
Since you said "any" help, here it goes - how about hide your data into some other file formats such as a wav file The wav file have data blocks that you can put your own data. The media players / sound players will play the sound fine even you have extra data stuffed inside.