Subversion Repositories spk

Rev

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

Rev 85 Rev 86
Line 1008... Line 1008...
1008
{
1008
{
1009
	time_t time = GetCreationTime();
1009
	time_t time = GetCreationTime();
1010
 
1010
 
1011
	CFileIO File(toFile);
1011
	CFileIO File(toFile);
1012
	if ( File.write(*this, m_lSize) ) {
1012
	if ( File.write(*this, m_lSize) ) {
1013
		if ( keepTime )	File.SetCreationTime(time);
-
 
1014
		this->close();
1013
		this->close();
-
 
1014
		File.close();
-
 
1015
		if ( keepTime )	File.SetCreationTime(time);
1015
		return true;
1016
		return true;
1016
	}
1017
	}
1017
/*
1018
/*
1018
	std::fstream f(GetWindowsFilename().c_str(), std::fstream::in | std::fstream::binary);
1019
	std::fstream f(GetWindowsFilename().c_str(), std::fstream::in | std::fstream::binary);
1019
	f << std::noskipws;
1020
	f << std::noskipws;