Click or drag to resize

StaticZipHelpersGenerateFileCunningInternal method

Provides a list of all file names and subdirectory names and their file names and subdirectory names etc. recursively. Internal help routine of GenerateFileList.

Namespace: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntax
public static Cunning<string> GenerateFileListIntern(
	
	string rootDir,
	
	ref long allBytes
)

Parameters

rootDir  String
The root directory for the current run
allBytes  Int64
ref parameter: returns the total number of bytes of all files.

Return value

CunningString
String list with file and directory names
See also