Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
959 leency 1
 
2
{
3
4
 
5
char		temp[256];
6
unsigned	result;
7
8
 
9
	{
10
	printf ("  rm filename\n\r");
11
	return FALSE;
12
	}
13
14
 
15
	{
16
	strcpy(temp, file);
17
18
 
19
		{
20
		return FALSE;
21
		}
22
	}
23
else
24
	{
25
	strcpy(temp, cur_dir);
26
	strcat(temp, file);
27
28
 
29
		{
30
		return FALSE;
31
		}
32
	}
33
34
 
35
k70.p04 = 0;
36
k70.p08 = 0;
37
k70.p12 = 0;
38
k70.p16 = 0;
39
k70.p20 = 0;
40
k70.p21 = temp;
41
42
 
43
44
 
45
	return TRUE;
46
else
47
	return FALSE;
48
49
 
50