public class LocalFileUtils extends Object
Constructor and Description |
---|
LocalFileUtils() |
Modifier and Type | Method and Description |
---|---|
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.IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.