System.Web 2.0.0.0 System.Web.Hosting.VirtualFileBase The class is the base class for objects that represent directories in a virtual file system. Typically, you would implement a descendent of the class for each class descendent in your Web application. Represents a directory object in a virtual file or resource space. Constructor To be added. Initializes a new instance of the class. The virtual path to the resource represented by this instance. 2.0.0.0 Property System.Collections.IEnumerable To be added. The property contains both and objects that represent the files and directories contained in this virtual directory. To return only the objects, use the property. To return only the objects, use the property. Gets a list of the files and subdirectories contained in this virtual directory. 2.0.0.0 Property System.Collections.IEnumerable To be added. The property contains objects that represent the directories contained in this virtual directory. To return the objects, use the property. To return both and objects, use the property. Gets a list of all the subdirectories contained in this directory. 2.0.0.0 Property System.Collections.IEnumerable To be added. The property contains objects that represent the files contained in this virtual directory. To return the objects, use the property. To return both and objects, use the property. Gets a list of all files contained in this directory. 2.0.0.0 Property System.Boolean To be added. To be added. Gets a value that indicates that this is a virtual resource that should be treated as a directory. 2.0.0.0