Click or drag to resize

ExtensionsDirectoryInfoCreateFolderAsync Method

Overload List
  NameDescription
Public methodStatic memberCreateFolderAsync(DirectoryInfo, String)
Creates a new subfolder with the specified name in the current folder.
Public methodStatic memberCreateFolderAsync(DirectoryInfo, String, CreationCollisionOption)
Creates a new subfolder with the specified name in the current folder. This method also specifies what to do if a subfolder with the same name already exists in the current folder.
Top
See Also