Subversion Repositories Kolibri OS

Rev

Rev 1668 | Rev 6822 | 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
char		temp[256];
6
unsigned	result;
7
8
 
9
	{
10
	#if LANG_ENG
1668 Nasarus 11
		printf ("  rm \n\r");
12
	#elif LANG_RUS
13
		printf ("  rm <имя файла>\n\r");
14
	#endif
15
	return TRUE;
3247 Albom 16
	}
1665 Nasarus 17
18
 
19
	{
20
	strcpy(temp, file);
21
22
 
23
		{
24
		return FALSE;
25
		}
26
	}
27
else
28
	{
29
	strcpy(temp, cur_dir);
30
	strcat(temp, file);
31
32
 
33
		{
34
		return FALSE;
35
		}
36
	}
37
38
 
39
k70.p04 = 0;
40
k70.p08 = 0;
41
k70.p12 = 0;
42
k70.p16 = 0;
43
k70.p20 = 0;
44
k70.p21 = temp;
45
46
 
47
48
 
49
	return TRUE;
50
else
51
	return FALSE;
52
53
 
54