MailAttachmentFile

constructor(file: File, cacheFileName: String = file.name)
actual constructor(path: Path)
expect constructor(path: Path)
constructor(path: String)

Parameters

path

The path to the file


actual constructor(path: Path)