Hello everybody
I m using dnn4.8 and trust level is medium
I want to do file hanling in my module. I want to create file if it not exists or else read that file if it is exists
code:
using System.IO;
string path="C://folder//somefile.txt";
FileInfo=new FileInfo(path);
Here I got following exception
System.security.Permissions.FileIOPermission mcorlib,version 2.0.0.0 culture=natural,public token=b77a5c561934e089 failed