mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
83e47b3c4c
Closes https://github.com/ppy/osu/issues/27540.
As it turns out, some ZIP archivers (like 7zip) will decide to add fake
entries for directories, and some (like windows zipfolders) won't.
The "directory" entries aren't really properly supported using any
actual data or attributes, they're detected by sharpcompress basically
by heuristics:
|
||
---|---|---|
.. | ||
Archives | ||
FileAbstraction | ||
Legacy | ||
Serialization | ||
FileInfo.cs | ||
HardLinkHelper.cs | ||
IFileInfo.cs | ||
IStorageResourceProvider.cs | ||
LineBufferedReader.cs | ||
MigratableStorage.cs | ||
OsuStorage.cs | ||
StableStorage.cs | ||
WrappedStorage.cs |