Creates a file in the specified path.
[Visual Basic] Overloads Public Shared Function Create( _ ByVal path As String _ ) As Stream [C#] public static Stream Create( string path ); [C++] public: static Stream* Create( String* path ); [JScript] public static function Create( path : String ) : Stream;
A new file.
Exception Type | Condition |
---|---|
IOException | The directory specified in |
File Class | File Members | System.IO Namespace | File.Create Overload List