imgtools/imglib/filesystem/source/longname.cpp
changeset 6 787612182dd0
parent 2 39c28ec933dd
equal deleted inserted replaced
5:301c3edbdaa1 6:787612182dd0
    47 	iLongEntryAttribute = aEntry->GetEntryAttribute();
    47 	iLongEntryAttribute = aEntry->GetEntryAttribute();
    48 	iClusterNumber = aClusterPtr->GetCurrentClusterNumber();
    48 	iClusterNumber = aClusterPtr->GetCurrentClusterNumber();
    49 	iLongNameLength = iLongName.length();
    49 	iLongNameLength = iLongName.length();
    50 	if(iLongNameLength == 0)
    50 	if(iLongNameLength == 0)
    51 	{
    51 	{
    52 		throw ErrorHandler(EMPTYFILENAME, const_cast<char *>(__FILE__), __LINE__);
    52 		throw ErrorHandler(EMPTYFILENAME,__FILE__,__LINE__);
    53 	}
    53 	}
    54 	FormatLongFileName(iLongName);
    54 	FormatLongFileName(iLongName);
    55 	iShortName = GetShortEntryName();
    55 	iShortName = GetShortEntryName();
    56 	GShortEntryList.push_back(iShortName);
    56 	GShortEntryList.push_back(iShortName);
    57 }
    57 }