Adds a new WebFolder object to the list of available items in the WebFolders collection.
Syntax
expression.Add(FolderUrl As String)
expression An expression that returns a WebFolders collection object.
FolderUrl Required String. A string that contains the URL for the folder, such as the Images folder in C:\My Webs. This can be any absolute URL for a folder, such as http://web server/folder or file://file system/folder for disk-based webs.