C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.IO
FileInfo Class
FileInfo Methods
Create Method
Delete Method
Open Method
OpenRead Method
OpenText Method
OpenWrite Method
ToString Method
FileInfo
Create Method
Creates a file.
Namespace:
System.IO
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
FileStream
Create
()
Return Value
Type:
FileStream
A new file.
See Also
Reference
FileInfo Class
System.IO Namespace