📅  最后修改于: 2020-12-26 13:47:27             🧑  作者: Mango
此任务用于获取指定文件的基本名称。
它将指定的属性设置为指定文件的最后一个路径元素的值。如果执行的文件是目录,则基本名将是最后一个目录元素。如果文件是没有任何目录元素的完整路径或相对路径,则它将基名称作为简单文件名返回。
Attribute | Description | Required |
---|---|---|
file | The path to take the basename | Yes |
property | The name of the property. | Yes |
suffix | It is a suffix to remove from the resulting basename. | No |
通过指定文件位置将Jar设置为属性。