Subversion Repositories Kolibri OS

Rev

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

Rev 8861 Rev 8868
Line 22... Line 22...
22
}
22
}
23
 
23
 
Line 24... Line 24...
24
dword GetFilesCount(dword _in_path)
24
dword GetFilesCount(dword _in_path)
25
{
25
{
26
	int j;
-
 
27
	BDVK file_info_count;
26
	BDVK file_info_count;
28
	DIR_SIZE paste_dir_size;
27
	DIR_SIZE paste_dir_size;
Line 29... Line 28...
29
 
28
 
30
	GetFileInfo(_in_path, #file_info_count);
29
	GetFileInfo(_in_path, #file_info_count);