|
@ -92,7 +92,7 @@ func (v *Volume) IndexFileName() (fileName string) { |
|
|
|
|
|
|
|
|
func (v *Volume) FileName(ext string) (fileName string) { |
|
|
func (v *Volume) FileName(ext string) (fileName string) { |
|
|
switch ext { |
|
|
switch ext { |
|
|
case ".idx", ".cpx", ".ldb": |
|
|
|
|
|
|
|
|
case ".idx", ".cpx", ".ldb", ".cpldb": |
|
|
return VolumeFileName(v.dirIdx, v.Collection, int(v.Id)) + ext |
|
|
return VolumeFileName(v.dirIdx, v.Collection, int(v.Id)) + ext |
|
|
} |
|
|
} |
|
|
// .dat, .cpd, .vif
|
|
|
// .dat, .cpd, .vif
|
|
|