ScanMountGoat / ArcExplorer

A cross-platform file browser and extractor for Smash Ultimate's data.arc file.
MIT License
32 stars 2 forks source link

Avoid recursion for extract all files #48

Open ScanMountGoat opened 3 years ago

ScanMountGoat commented 3 years ago

smash-arc already has functions for getting all file entries, so it's unnecessary to use the slower and more error prone path manipulation.