Share via


Create Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates a directory.

Namespace:  System.IO
Assembly:  System.IO (in System.IO.dll)

Syntax

'Declaration
Public Sub Create
public void Create()
public:
void Create()
member Create : unit -> unit 
public function Create()

Remarks

If the directory already exists, this method does nothing.

.NET Framework Security

See Also

Reference

DirectoryInfo Class

System.IO Namespace