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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.