Accessor
Open a zip file as if it was a directory.
Filename is a pathspec with a delegate accessor opening the Zip file, and the Path representing the file within the zip file.
SELECT OSPath, Mtime, Size from glob(
globs='/**/*.txt',
root=pathspec(DelegateAccessor='file',
DelegatePath="File.zip",
Path='/'),
accessor='zip')