Hi ,
I want to hide a file after creating it in C# by using File class and also to hide it .After creating it using File class's create method when I use File class's set attribute and set the attribute of file to hidden and readonly ,only readonly is getting set but the file is not getting hidden.What to do?
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.