The information in this article applies to:
SYMPTOMS
When you use the Folders.Add method in FrontPage Visual Basic for Applications (VBA) and you specify a folder name that already exists in the web to add to the web, the folder will not be overwritten. CAUSEIn FrontPage, although the Files.Add method will overwrite an existing file with the same name, the Folders.Add method will not overwrite the existing folder or delete the contents of an existing folder. WORKAROUNDWARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this code "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. If you want to remove the contents of an existing folder, and create a new folder of the same name, delete the folder and then recreate it. For example, the following code deletes a folder named MyFolder (which also removes the content of the folder) and then creates a folder of the same name:
Additional query words: front page
Keywords : kbdta |
Last Reviewed: July 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |