IridiumIO / CompactGUI

Transparently compress active games and programs using Windows 10/11 APIs
GNU General Public License v3.0
5.11k stars 238 forks source link

Fall back to unCompSize if GetFileSizeOnDisk failed #379

Closed yyjdelete closed 9 months ago

yyjdelete commented 10 months ago

Fixes #361, #336, #361

yyjdelete commented 10 months ago

It can be test by create an broken symlink in an folder, and compact the folder.

Symlink can be created by execute the below in a cmd(not powershell) with admin perm(both b is a name of not exist file)

mklink a b
Iridium-IO commented 9 months ago

Thanks, nice work :)