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 file.

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

Syntax

'Declaration
Public Function Create As FileStream
public FileStream Create()
public:
FileStream^ Create()
member Create : unit -> FileStream 
public function Create() : FileStream

Return Value

Type: System.IO. . :: . .FileStream
A new file.

Remarks

By default, full read/write access to new files is granted to all users.

This method is a wrapper for the functionality provided by File..::..Create.

.NET Framework Security

See Also

Reference

FileInfo Class

System.IO Namespace