Subversion Repositories Kolibri OS

Rev

Rev 7914 | Rev 8336 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7914 Rev 7972
Line 113... Line 113...
113
		{
113
		{
114
			for (i=0; i
114
			for (i=0; i
115
			{
115
			{
116
				if (getElementSelectedFlag(i) == true) 
116
				if (getElementSelectedFlag(i) == true) 
117
				{
117
				{
118
					sprintf(#pcur_file,"%s/%s",#path,file_mas[i]*304+buf+72);
118
					sprintf(#pcur_file,"%s/%s",#path,items.get(i)*304+buf+72);
119
					SetPropertiesFile(#pcur_file, #file_info_general);
119
					SetPropertiesFile(#pcur_file, #file_info_general);
120
					if (SET_PROPERTIES_ALL_SUBFOLDER == mode) {
120
					if (SET_PROPERTIES_ALL_SUBFOLDER == mode) {
121
						if (dir_exists(#pcur_file)) SetPropertiesDir(#pcur_file);
121
						if (dir_exists(#pcur_file)) SetPropertiesDir(#pcur_file);
122
					}
122
					}
123
				}
123
				}
Line 155... Line 155...
155
	
155
	
156
	for (i=0; i
156
	for (i=0; i
157
	{
157
	{
158
		if (getElementSelectedFlag(i) == true) 
158
		if (getElementSelectedFlag(i) == true) 
159
		{
159
		{
160
			sprintf(#cur_file,"%s/%s",way,file_mas[i]*304+buf+72);
160
			sprintf(#cur_file,"%s/%s",way,items.get(i)*304+buf+72);
161
			if (TestBit(ESDWORD[file_mas[i]*304+buf+32], 4) )
161
			if (TestBit(ESDWORD[items.get(i)*304+buf+32], 4) )
162
			{
162
			{
163
				more_files_count.calculate_loop(#cur_file);
163
				more_files_count.calculate_loop(#cur_file);
164
				more_files_count.folders++;
164
				more_files_count.folders++;
165
			}
165
			}