 | 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.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntaxpublic static Cunning<string> GenerateFileList(
string rootDir,
out long allBytes
)
Public Shared Function GenerateFileList (
rootDir As String,
<OutAttribute> ByRef allBytes As Long
) As Cunning(Of String)
public:
static Cunning<String^>^ GenerateFileList(
String^ rootDir,
[OutAttribute] long long% allBytes
)
static member GenerateFileList :
rootDir : string *
allBytes : int64 byref -> Cunning<string> Parameters
- rootDir String
- The root directory
- allBytes Int64
- out parameter: returns the total number of bytes of all files.
Return value
CunningStringString list with file and directory names
See also