Click or drag to resize
HelperFileEndsWithZippedExtension Method
Determine if file ends with extension ".gz"

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool FileEndsWithZippedExtension(
	string fileName
)

Parameters

fileName
Type: SystemString
File name.

Return Value

Type: Boolean
true, if file name ends with zipped extension false otherwise.
See Also