'Declaration Public Function New( _ ByVal tarFile As AbstractFile, _ ByVal folderName As String _ )
'Usage Dim tarFile As AbstractFile Dim folderName As String Dim instance As New TarredFolder(tarFile, folderName)
public TarredFolder( AbstractFile tarFile, string folderName )
Parameters
- tarFile
- Xceed.FileSystem.AbstractFile object that represents the TAR file to access. Cannot be a null reference (Nothing in Visual Basic).
- folderName
- Fully-qualified name of the folder stored in the TAR file. This folder may or may not exist in the TAR file. Cannot be a null reference (Nothing in Visual Basic).