Subversion Repositories Kolibri OS

Rev

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

Rev 8949 Rev 8956
Line 129... Line 129...
129
			if (SET_PROPERTIES_ALL_SUBFOLDER == mode) SetPropertiesDir(#file_path);
129
			if (SET_PROPERTIES_ALL_SUBFOLDER == mode) SetPropertiesDir(#file_path);
130
		}
130
		}
131
	}
131
	}
Line 132... Line 132...
132
 
132
 
133
	cmd_free=3;
133
	cmd_free=3;
134
	Open_Dir(path,ONLY_OPEN);
134
	OpenDir(ONLY_OPEN);
135
	ExitProcess();
135
	ExitProcess();
Line 136... Line 136...
136
}
136
}
137
 
137