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

