Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidPath = fmt.Errorf("vsn: invalid game path")
)
Functions ¶
Types ¶
type VolumeType ¶
type VolumeType uint8
const ( NotAVolume VolumeType = iota MPQ NGDP )
func DetectVolumeLocation ¶
func DetectVolumeLocation(folder string) (VolumeType, string, error)
Click to show internal directories.
Click to hide internal directories.