Click or drag to resize
Galactic API

FileCreate Method

Creates or overwrites a file at the supplied path location.

Namespace:  Galactic.FileSystem
Assembly:  Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static FileStream Create(
	string path
)

Parameters

path
Type: SystemString
The path to the location to create the file at.

Return Value

Type: FileStream
A FileStream of the file created or null if an error occurred.
See Also