im doing my first asp.net MVC project here,
i need to be able to create a folder for a new user im registering. so i want it to be that when i register a user lets say name is david, a folder named david is also created. purpose is that later i want to save contents for each user.
is there any good tutorial on how to do this? coz i dont have a clue!
i want to learn it.