Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
Archive Namespace Reference

Functions

bool Add (const wchar_t *Path)
 
bool Close ()
 
bool Open ()
 
bool PopulateEntries ()
 
bool Save ()
 
bool SaveAs ()
 
bool SetWorkspace ()
 

Variables

wchar_t Path [1024]
 
wchar_t Filename [1024]
 
bool IsOpen = false
 
bool IsModified
 

Function Documentation

bool Archive::Add ( const wchar_t *  Path)
bool Archive::Close ( )
bool Archive::Open ( )
bool Archive::PopulateEntries ( )
bool Archive::Save ( )
bool Archive::SaveAs ( )
bool Archive::SetWorkspace ( )

Variable Documentation

wchar_t Archive::Filename
bool Archive::IsModified
bool Archive::IsOpen = false
wchar_t Archive::Path