Package org.gvsig.scripting.impl
Class FileUtils
java.lang.Object
org.gvsig.scripting.impl.FileUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilegetAbsoluteFile(File file) static FilegetAbsoluteFile(String pathname) static StringgetBaseName(File f) static FilegetRealFile(File file) static StringgetRealPath(File file) static booleanisRootFile(File f) static booleanisSameFile(File f1, File f2) static booleanisSubfolder(File folder, File file) static File
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
getRealPath
-
getRealFile
-
getAbsoluteFile
-
getAbsoluteFile
-
getBaseName
-
isRootFile
-
isSameFile
-
isSubfolder
-
removeExtension
-