fileExtension property
String?
get
fileExtension
Gets the file extension from this file path
Implementation
String? get fileExtension => QFileInfoUtils.getExtension(this);
Gets the file extension from this file path
String? get fileExtension => QFileInfoUtils.getExtension(this);