public class FilePath extends Object
Constructor and Description |
---|
FilePath() |
Modifier and Type | Method and Description |
---|---|
static String |
canonicalize(File file)
Attempt to produce a canonical path name for the specified file
|
static boolean |
canonicalNamesEqual(String f1,
String f2)
Compare two "canonical" file names for equivalence
|
static String |
getAbsolutePath(File file)
Return the absolute path for a file.
|
public static String getAbsolutePath(File file)
public static String canonicalize(File file)
Copyright © 2019. All rights reserved.