RageLib.GTA5.ArchiveWrappers.RageArchiveDirectoryWrapper7 - indilo53/gta-toolkit GitHub Wiki
Represents a wrapper for a directory in an RPFv7 archive.
namespace: RageLib.GTA5.ArchiveWrappers
Inheritance Hierarchy
Syntax
public class RageArchiveDirectoryWrapper7 : IArchiveDirectory
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
name |
description |
property |
Name |
Gets or sets the name of the directory. |
Methods
:white_large_square: |
prototype |
description |
method |
IArchiveBinaryFile CreateBinaryFile() |
Creates a new binary file inside this directory. |
method |
IArchiveDirectory CreateDirectory() |
Creates a new directory inside this directory. |
method |
IArchiveResourceFile CreateResourceFile() |
Creates a new resource file inside this directory. |
method |
void DeleteDirectory(IArchiveDirectory directory) |
Deletes an existing directory inside this directory. |
method |
void DeleteFile(IArchiveFile file) |
Deletes an existing file inside this directory. |
method |
void Dispose() |
__ |
method |
[] GetDirectories() |
Returns a directory list from the current directory. |
method |
IArchiveDirectory GetDirectory(string name) |
Returns a directory from the current directory. |
method |
IArchiveFile GetFile(string name) |
Returns a file from the current directory. |
method |
[] GetFiles() |
Returns a file list from the current directory. |
Events
:white_large_square: |
name |
description |