How to manipulate file in WebPages/C# (.cshtml)? In PHP we have fopen and other functions, what are the counterparts?
| |||||
feedback
|
|
In .NET you have the System.IO.File class. So for example if you wanted to read the contents of some text file in a variable:
| |||||||||
feedback
|