The methods of the PathUtil class are listed below. For a complete list of PathUtil class members, see the PathUtil Members topic.
![]() ![]() | Overloaded. Combines two paths. |
![]() ![]() | Overloaded. Ensures that the last character is a separator character |
![]() ![]() | Overloaded. Splits the path into parts. |
![]() ![]() | Overloaded. Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C". |
![]() ![]() | Overloaded. Return the fixed absolute path for the given directory based on the given base directory. |
![]() ![]() | Overloaded. Gets the extension of the filename. |
![]() ![]() | Overloaded. Gets the file-name without its path. |
![]() ![]() | Overloaded. Returns the filename of the specified path without the extension. |
![]() ![]() | Overloaded. Gets the folder-path without the file-name |
![]() ![]() | Overloaded. Combines parts into a single path. |
![]() ![]() | Overloaded. Indicates whether or not a path is absolute (i.e. starts with '/'). |
![]() ![]() | Overloaded. Indicates whether or not a path is relative (i.e. does not start with '/'). |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |