Answer the question
In order to leave comments, you need to log in
How to make the generated xml file hidden?
There is a Windows Forms application that creates an xml file, how can I make this file have the "Hidden" attribute assigned?
Answer the question
In order to leave comments, you need to log in
If anyone is interested, here is the solution:
File.SetAttributes("имя_файла.тип_файла", FileAttributes.Hidden);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question