public class LocalFileUtils extends Object
| 构造器和说明 |
|---|
LocalFileUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Path |
getTargetPathIfContainsSymbolicPath(Path path)
Get a target path(the path that replaced symbolic links with linked path) if the original
path contains symbolic path, return the original path otherwise.
|
public static Path getTargetPathIfContainsSymbolicPath(Path path) throws IOException
path - the original path.IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.