ASP.NET  C#怎样在服务器端创建文件夹 ,我知道在本地盘创建文件夹这样写:
Directory.CreateDirectory(@"C:\xxx");那么在服务器端创建文件夹怎么写?