| 程序包 | 说明 |
|---|---|
| com.iofairy.falcon.fs |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
private static PathInfo |
FilePath.getPathInfo(String filePath,
SeparatorType separatorType) |
获取PathInfo
注: Win和Unix-like系统 . 与 .. 都代表文件夹,无法创建重名的文件;Win下无法创建只包含 . 的文件或文件夹;Win下无法创建包含 / 或 \ 的文件或文件夹;Unix-like下无法创建包含 / 的文件或文件夹,可以创建只包含 \ 的文件或文件夹(mkdir \\ 或 touch \\) |
static PathInfo |
FilePath.info(String filePath) |
PathInfo for Unix-like systems.
|
static PathInfo |
FilePath.infoAuto(String filePath) |
The system-dependent for getting PathInfo.
|
static PathInfo |
FilePath.infoAutoWin(String filePath) |
The system-dependent for getting PathInfo.
|
static PathInfo |
FilePath.infoSlash(String filePath) |
PathInfo for Windows systems.
|
static PathInfo |
FilePath.infoWin(String filePath) |
PathInfo for Windows systems.
|
Copyright © 2023. All rights reserved.