//! BSA/BA2 archive awareness for Bethesda games: detects archive files by
//! extension and resolves where they belong in the staging tree, since these
//! games load archives directly without extraction.
use ;
/// BSA/BA2 archive path awareness.
///
/// Ensures archives are placed in the correct location within the mod staging
/// directory without extraction — Bethesda games load BSA/BA2 directly.
/// Common BSA archive extensions for Bethesda games.
pub const BSA_EXTENSIONS: & = &;
/// Check if a file path is a BSA/BA2 archive.
/// Determine the expected staging location for a BSA/BA2 archive.
///
/// Archives go directly into the Data directory.