Subversion Repositories spk

Rev

Rev 308 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 308 Rev 317
Line 920... Line 920...
920
		if ( !tofile.empty() )
920
		if ( !tofile.empty() )
921
			tofile += L"/";
921
			tofile += L"/";
922
		tofile += fo.filename();
922
		tofile += fo.filename();
923
		todir = CFileIO(tofile).dir();
923
		todir = CFileIO(tofile).dir();
924
		tofile = CFileIO(tofile).filename();
924
		tofile = CFileIO(tofile).filename();
-
 
925
	}
-
 
926
	else if (CDirIO(tofile).isDir())
-
 
927
	{
-
 
928
		todir = tofile;
-
 
929
		tofile = fo.filename();
925
	}
930
	}
926
	
931
	
927
	if ( preserve )
932
	if ( preserve )
928
	{
933
	{
929
		if ( !fo.dir().Compare(todir.right(- (int)fo.dir().length())) )
934
		if ( !fo.dir().Compare(todir.right(- (int)fo.dir().length())) )