hi
I am creating a folder through my vb code but i am getting access denied error how i can get the access my code is
Also tell me that
can i grant the permissions at the time of creation of a folder?
maliksleo
I am creating a folder through my vb code but i am getting access denied error how i can get the access my code is
Code:
My.Computer.FileSystem.CreateDirectory(Server.MapPath("books folder/") & foname)
can i grant the permissions at the time of creation of a folder?
maliksleo
Comment