CubeFileWriter Constructor (String, IFileSystem)

NReco.PivotData Class Library Documentation
Initializes a new instance of the CubeFileWriter with specified file name and IFileSystem instance

Namespace:  NReco.PivotData.Output
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public CubeFileWriter(
	string fileName,
	IFileSystem fileSystem
)

Parameters

fileName
Type: SystemString
relative (to CurrentDirectory) or absolute path and file name
fileSystem
Type: NReco.PivotData.FileIFileSystem
filesystem implementation
Remarks

file name should be without extension (as alternative this may be a path to .cfg file)
See Also

Reference