sandboxie-plus / Sandboxie

Sandboxie Plus & Classic
https://Sandboxie-Plus.com
GNU General Public License v3.0
13.63k stars 1.52k forks source link

Include hidden files and folders when listing files for export #3984

Closed L4cache closed 3 months ago

L4cache commented 3 months ago

Fixes #3980 The hidden attribute is still missing in exported 7z archive although 7z supports it, but in fact all attributes are missing, so that might be a separate problem.

L4cache commented 3 months ago

Does this mean all file attributes are forced to FILE_ATTRIBUTE_ARCHIVE? https://github.com/sandboxie-plus/Sandboxie/blob/79d22bc113251172cdbd33213dbc6c3421c8f23b/SandboxiePlus/MiscHelpers/Archive/Archive.cpp#L284

DavidXanatos commented 3 months ago

Does this mean all file attributes are forced to FILE_ATTRIBUTE_ARCHIVE?

https://github.com/sandboxie-plus/Sandboxie/blob/79d22bc113251172cdbd33213dbc6c3421c8f23b/SandboxiePlus/MiscHelpers/Archive/Archive.cpp#L284

mmh... yea we only pass a map of QIODevices thay dont have attributes, we would need to change that somehow