0
Answer

File hiding

Photo of Prashant Gadhave

Prashant Gadhave

19y
2k
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?

Answers (0)