Exemple #1
0
 public FileManager()
 {
     this._archive   = Archive.AcquireArchive("ultima");
     this.m_BasePath = Directory.GetCurrentDirectory();
     this.m_FilePath = FileManager.GetPathFromRegistry() ?? this.QueryPathFromUser();
     this.m_Error    = this.m_FilePath == null;
 }