com.googlecode.jpattern.core.util
Class FileUtil
java.lang.Object
com.googlecode.jpattern.core.util.FileUtil
public abstract class FileUtil
- extends Object
- Author:
- Francesco Cina'
21/lug/2010
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtil
public FileUtil()
removePath
public static String removePath(String filename)
- Restituisce il nome del file privo del path
- Parameters:
fName - il nome completo del file (comprendente il path)
- Returns:
- il nome del file privo del path
removeExtension
public static String removeExtension(String filename)
getExtension
public static String getExtension(String filename)
Copyright © 2011. All Rights Reserved.