Subversion Repositories Kolibri OS

Rev

Rev 1668 | Rev 6826 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1665 Nasarus 1
 
2
{
3
4
 
5
kol_struct70	k70;
6
unsigned	result;
7
8
 
9
	{
10
	#if LANG_ENG
1668 Nasarus 11
		printf("  mkdir \n\r");
12
	#elif LANG_RUS
13
		printf("  mkdir <директория>\n\r");
14
	#endif
15
	return TRUE;
3247 Albom 16
	}
1665 Nasarus 17
18
 
19
 
20
	{
21
	return FALSE;
22
	}
23
24
 
25
k70.p04 = 0;
26
k70.p08 = 0;
27
k70.p12 = 0;
28
k70.p16 = 0;
29
k70.p20 = 0;
30
31
 
32
	k70.p21 = dir;
33
else
34
	{
35
	strcpy(temp, cur_dir);
36
	strcat(temp, dir);
37
	k70.p21 = temp;
38
	}
39
40
 
41
42
 
43
	return TRUE;
44
else
45
	return FALSE;
46
47
 
48