Click or drag to resize
AbstractFileCreate Method
Creates or overwrites a file in the specified path.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public abstract FileStream Create(
	string path
)

Parameters

path
Type: SystemString
Path to file

Return Value

Type: FileStream
See Also