 | 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.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntaxpublic static Cunning<string> GenerateFileListIntern(
string rootDir,
ref long allBytes
)
Public Shared Function GenerateFileListIntern (
rootDir As String,
ByRef allBytes As Long
) As Cunning(Of String)
public:
static Cunning<String^>^ GenerateFileListIntern(
String^ rootDir,
long long% allBytes
)
static member GenerateFileListIntern :
rootDir : string *
allBytes : int64 byref -> Cunning<string> 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
CunningStringString list with file and directory names
See also