Click or drag to resize

StaticZipHelpersGenerateFileList method

Provides a list of all file names and subdirectory names and their file names and subdirectory names etc. recursively. uses the internal auxiliary routine GenerateFileListIntern.

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

Parameters

rootDir  String
The root directory
allBytes  Int64
out parameter: returns the total number of bytes of all files.

Return value

CunningString
String list with file and directory names
See also