Hello,
I'm trying to skip the processing of directory entries contained in archives (but I still want to process the regular files contained within).
First, I've tried to use the IsDirectory property of the RarArchiveEntry class, but it always returns false, so it's not use.
I've seen there is a SharpCompress.Common.Options.GiveDirectoryEntries option, which might be related to my problem, but using it doesn't result in any visible change to the archive retuned by RarArchive.Open(stream, options).
Any help? Whats the intended usage of SharpCompress.Common.Options.GiveDirectoryEntries?
I'm trying to skip the processing of directory entries contained in archives (but I still want to process the regular files contained within).
First, I've tried to use the IsDirectory property of the RarArchiveEntry class, but it always returns false, so it's not use.
I've seen there is a SharpCompress.Common.Options.GiveDirectoryEntries option, which might be related to my problem, but using it doesn't result in any visible change to the archive retuned by RarArchive.Open(stream, options).
Any help? Whats the intended usage of SharpCompress.Common.Options.GiveDirectoryEntries?