Xceed.Zip - Path To Long exception

Xceed.Zip - Path To Long exception

When calling

QuickZip.Unzip(inZipFilename, destStorageFolder, true, true, true, @"*");

Where thare are files in the zip file with filenames over 100 chars long, and the destination path is very long as well... this call throws an exception as below

PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

Any way around this? This is using Xceep version 6.9