Hits Today: 1 Total: 1663 | Updated: 6/20/2002 | |
 | In classic ASP it's very easy to get the size of a folder since the FileSystemObject (FSO) class includes a Size function. In ASP.NET there is no such function provided, so we'll see how to create one, extending the System.IO.DirectoryInfo Namespace. Author: Evagoras Charalambous Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1572 | Updated: 11/29/2002 | |
 | The System.IO.DirectoryInfo class does not come with a method to copy a directory. In this article, we'll see how to create a method to do that, and then use it in an ASP.NET page. Author: Evagoras Charalambous Code: ASP.NET v1.0 & VB | |  | |