FilesCreateWithPath Method

Creates or overwrites a file of the specified path along with possibly non-existing parent directories.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
C#
public static FileStream CreateWithPath(
	string path
)

Parameters

path  String
The name of the file to be created with path.

Return Value

FileStream
The created FileStream.

See Also