BIMHome v1.0.0
BIMHome接口文档说明

◆ completeExtension()

std::string completeExtension ( ) const

Returns the complete extension of the file.

The complete extension consists of all characters in the file after (but not including) the first '.' character.

FileInfo fi( "/tmp/archive.tar.gz" );
ext = fi.completeExtension(); // ext = "tar.gz"
File name unification This class handles everything related to file names the file names are internal...
Definition FileInfo.h:38