Subversion Repositories spk

Rev

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

Rev 182 Rev 185
Line 1717... Line 1717...
1717
		return ((Form1 ^)this->MdiParent)->gameDirectories();
1717
		return ((Form1 ^)this->MdiParent)->gameDirectories();
1718
	}
1718
	}
1719
 
1719
 
1720
	void PackageForm::ImportData(String ^file, int type)
1720
	void PackageForm::ImportData(String ^file, int type)
1721
	{
1721
	{
1722
		CFileIO F(CyStringFromSystemString(file));
1722
		CFileIO F(_S(file));
1723
		if ( !F.exists() )
1723
		if ( !F.exists() )
1724
			return;
1724
			return;
1725
 
1725
 
1726
		std::vector<Utils::String> lines;
1726
		std::vector<Utils::String> lines;
1727
		if(!F.readLines(lines))
1727
		if(!F.readLines(lines))