Subversion Repositories Kolibri OS

Rev

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

Rev 4023 Rev 4059
Line 16... Line 16...
16
		return error;
16
		return error;
17
	}
17
	}
18
	if (isdir(from1))
18
	if (isdir(from1))
19
		return CopyFolder(from1, in1);
19
		return CopyFolder(from1, in1);
20
	else
20
	else
-
 
21
	{
-
 
22
		copyf_Draw_Progress(from1+strchr(from1, '/'));
21
		return CopyFile(from1, in1);
23
		return CopyFile(from1, in1);
22
}
24
	}
-
 
25
}
Line 23... Line 26...
23
 
26
 
24
:int CopyFile(dword copy_from3, copy_in3)
27
:int CopyFile(dword copy_from3, copy_in3)
25
{
28
{
26
	BDVK CopyFile_atr;
29
	BDVK CopyFile_atr;