0
Answer

File hiding

Prashant Gadhave

Prashant Gadhave

18y
1.7k
1

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?