new Path()
- Source:
Methods
(static) Combine(fname)
获取文件夹
Parameters:
Name | Type | Description |
---|---|---|
fname |
String | 文件名 |
- Source:
(static) GetDirectoryName(fname)
获取文件夹
Parameters:
Name | Type | Description |
---|---|---|
fname |
String | 文件名 |
- Source:
(static) GetExtension(fname)
获取文件扩展名(后缀)
Parameters:
Name | Type | Description |
---|---|---|
fname |
String | 文件名 |
- Source:
(static) GetFileName(fname)
获取文件扩展名(后缀)
Parameters:
Name | Type | Description |
---|---|---|
fname |
String | 文件名 |
- Source: