Subversion Repositories spk

Rev

Rev 94 | Rev 121 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 118
Line 56... Line 56...
56
 
56
 
57
		void GetAllDirs()
57
		void GetAllDirs()
58
		{
58
		{
59
			System::String ^mydoc = Environment::GetFolderPath(Environment::SpecialFolder::Personal );
59
			System::String ^mydoc = Environment::GetFolderPath(Environment::SpecialFolder::Personal );
60
			CFileIO Config;
60
			CFileIO Config;
61
			if ( Config.Open(CyStringFromSystemString(mydoc) + "/Egosoft/pluginmanager.dat") )
61
			if ( Config.open(_S(mydoc) + "/Egosoft/pluginmanager.dat") )
62
			{
62
			{
63
				std::vector<CyString> *lines = Config.ReadLines();
63
				std::vector<CyString> *lines = Config.ReadLines();
64
				if ( lines )
64
				if ( lines )
65
				{
65
				{
66
					for ( int i = 0; i < (int)lines->size(); i++ )
66
					for ( int i = 0; i < (int)lines->size(); i++ )