allExtensions

Unlike AbsolutePath//extension, this property returns all characters after the first . character in a filename. If no dot character is present in the filename or first dot is the last character, nil is returned.

AbsolutePath.swift:254
var allExtensions: [String]? { get }