private val copyFilePath = copyPathItem.add("File") {
        this.getFile()?.absolutePath?.let { copyText(it) }
    }