![]() Separator | Separator character as a string (i.e. "/"). |
![]() SeparatorChar | Separator character (i.e. '/'). |
![]() Combine | Overloaded. Combines two paths. |
![]() Explode | Splits the path into parts. |
![]() Fix | Overloaded. Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C". |
![]() GetAbsolutePath | Return the fixed absolute path for the given directory based on the given base directory. |
![]() GetExtension | Gets the extension of the filename. |
![]() GetFileName | Gets the file-name without its path. |
![]() GetFileNameWithoutExtension | Returns the filename of the specified path without the extension. |
![]() GetFolderPath | Gets the folder-path without the file-name |
![]() Implode | Overloaded. Combines parts into a single path. |
![]() IsAbsolute | Indicates whether or not a path is absolute (i.e. starts with '/'). |
![]() IsRelative | Indicates whether or not a path is relative (i.e. does not start with '/'). |
PathUtil Constructor
|
Initializes a new instance of the PathUtil class. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |