[GenericFile]

/	=	GenericFile,	true
.zip	=	RootZipFile,	true
.txt	=	TextViewer,		false

[RootZipFile]

/	=	InnerZipFile,	true
.zip	=	NestedZipFile,	true
.txt	=	TextViewer,		false

[]

Package	=	com.one.file.custom

