In my windows vb.net application
there is a text file
I want secure that file
so only my application can update that .
End user must not write or read that file ?
How to do ?
This is my code
Datatable.WriteXml(AppStartUpPath & "\LocalPara", XmlWriteMode.IgnoreSchema)
I want that user can't update or read this file only my application can read or edit this file