FileInfo: Create

Create

Creates this file and returns a FileStream object to access it.



 Public Function Create ( ) As FileStream

Return Values

FileStream -  A FileStream object used to access the created file.

Remarks

If the file does not exist it will be created. If it already exists, it will be overwritten.

See Also

Project CorLib Overview

Class FileInfo Overview