Click or drag to resize

reportOutputSupportgetFileInfo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets fileinfo

Namespace:  imbSCI.Core.reporting.format
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public FileInfo getFileInfo(
	string filenameBase,
	DirectoryInfo dir,
	reportOutputFormatName format = reportOutputFormatName.none,
	getWritableFileMode mode = getWritableFileMode.autoRenameExistingOnOtherDate
)
Request Example View Source

Parameters

filenameBase
Type: SystemString
Filename base - automatically trims any existing extension
dir
Type: System.IODirectoryInfo
directorium to put file into
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName
Targeted output format
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode

Return Value

Type: FileInfo
See Also