Class ResourceFile
Inherited Members
Namespace: RageCoop.Core.Scripting
Assembly: RageCoop.Core.dll
Syntax
public class ResourceFile
Properties
GetStream
Get a stream that can be used to read file content.
Declaration
public Func<Stream> GetStream { get; }
Property Value
Type | Description |
---|---|
Func<Stream> |
IsDirectory
Whether this is a directory
Declaration
public bool IsDirectory { get; }
Property Value
Type | Description |
---|---|
Boolean |
Name
Full name with relative path of this file
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |