BIMHome v1.0.0
BIMHome接口文档说明

◆ extension()

std::string extension ( ) const

Returns the extension of the file.

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

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