adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.28k stars 480 forks source link

Fix #858 - Replaces invalid filename characters #859

Closed DineshSolanki closed 3 months ago

DineshSolanki commented 3 months ago

Add a method to replace invalid characters in file names with underscores during file extraction. This prevents errors related to invalid file names.

adamhathcock commented 3 months ago

Thanks!