In addition to what Rick mentioned about ASP file permissions, the
actual code to create a folder would be similar to:
System.IO.Directory.CreateDirectory(Server.MapPath("images\\" +
Profile.UserName));
// Don't forget to check for IO errors ;)
Roger
On Sat, 23 Apr 2005 15:57:16 -0700 in
microsoft.public.dotnet.framework.aspnet, "Rudy"
Rudy