Subversion Repositories spk

Rev

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

Rev 1 Rev 52
Line 1085... Line 1085...
1085
	CyString strtext;
1085
	CyString strtext;
1086
 
1086
 
1087
	CFileIO File("data\\tcemp");
1087
	CFileIO File("data\\tcemp");
1088
	bool read = false;
1088
	bool read = false;
1089
 
1089
 
1090
	if ( File.Exists() )
1090
	if ( File.exists() )
1091
	{
1091
	{
1092
		CyStringList *list = File.ReadLinesStr();
1092
		CyStringList *list = File.ReadLinesStr();
1093
		if ( list )
1093
		if ( list )
1094
		{
1094
		{
1095
			for ( SStringList *str = list->Head(); str; str = str->next )
1095
			for ( SStringList *str = list->Head(); str; str = str->next )