FileUtils
Complete API reference for FileUtils, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Files
Component: no
public class FileUtils
Static Methods
| Signature | Returns | Description |
|---|---|---|
determineClassFolder(Class) | String | Performs the determineClassFolder operation using the provided parameters (classType). |
determineClassPath(Class) | String | Performs the determineClassPath operation using the provided parameters (classType). |
commonPath(List) | String | Performs the commonPath operation using the provided parameters (paths). |
getFileName(String) | String | Returns the current file name. |
getFileName(String, boolean) | String | Returns the current file name. |
getFileFolder(String) | String | Returns the current file folder. |
getExtensionName(String) | String | Returns the current extension name. |
removeExtension(String) | String | Removes extension from the collection. |
getLastFolder(String) | String | Returns the current last folder. |