| CreateFolder Method |
Language Reference | Version 3 |
Creates a folder.
object.CreateFolder(foldername)The CreateFolder method has these parts:
Part Description object Required. Always the name of a FileSystemObject. foldername Required. String expression that identifies the folder to create.
An error occurs if the specified folder already exists.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.