Subversion Repositories Kolibri OS

Rev

Rev 8255 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8255 Rev 8852
Line 94... Line 94...
94
	include_image_file 'tl_nod_16.png', icon_tl_sys
94
	include_image_file 'tl_nod_16.png', icon_tl_sys
95
	mov eax,dword[icon_tl_sys]
95
	mov eax,dword[icon_tl_sys]
96
	mov dword[tree1.data_img],eax
96
	mov dword[tree1.data_img],eax
97
;------------------------------------------------------------------------------
97
;------------------------------------------------------------------------------
98
	copy_path fn_syntax_dir,sys_path,file_name,0 ;¡¥à¥¬ ¯ãâì ª ¯ ¯ª¥ á ä ©« ¬¨ ᨭ⠪á¨á 
98
	copy_path fn_syntax_dir,sys_path,file_name,0 ;¡¥à¥¬ ¯ãâì ª ¯ ¯ª¥ á ä ©« ¬¨ ᨭ⠪á¨á 
-
 
99
	xor eax,eax
-
 
100
	mov ecx,4096
-
 
101
	mov edi,file_name
-
 
102
	repnz scasb
-
 
103
	mov byte[edi-2],al ;㡨ࠥ¬ '/' ¢ ª®­æ¥ ¨¬¥­¨ ¯ ¯ª¨ (­ã¦­® ¤«ï ç⥭¨ï á CD)
99
	mcall SF_FILE,tree_file_struct
104
	mcall SF_FILE,tree_file_struct
Line 100... Line 105...
100
 
105
 
101
	cmp ebx,0
106
	or ebx,ebx
102
	jle .end_dir_init
107
	jz .end_dir_init
103
		mov eax,dir_mem+32+40
108
		mov eax,dir_mem+32+40
104
		mov ecx,ebx
109
		mov ecx,ebx
105
		@@:
110
		@@:
106
			cmp byte[eax],'.' ;䨫ìâà㥬 ä ©«ë á ¨¬¥­ ¬¨ '.' ¨ '..'
111
			cmp byte[eax],'.' ;䨫ìâà㥬 ä ©«ë á ¨¬¥­ ¬¨ '.' ¨ '..'