Class SubFile
- Namespace
- ValveResourceFormat.IO
- Assembly
- ValveResourceFormat.dll
Represents a sub-file that is part of a content file extraction.
public class SubFile
Inheritance
Derived
Inherited Members
Properties
Extract
Gets or sets the extraction function that returns the file data.
public virtual Func<byte[]> Extract { get; set; }
Property Value
FileName
Gets or sets the file name (relative to the content file).
public string FileName { get; set; }
Property Value
Remarks
This is relative to the content file.