fileExtension property

String? get fileExtension

Gets the file extension from this file path

Implementation

String? get fileExtension => QFileInfoUtils.getExtension(this);