0
Reply

File hiding

Prashant Gadhave

Prashant Gadhave

May 3 2006 4:56 AM
1.7k

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?