[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
|
Removes directory from Filename. |
|
|
Returns S with all characters changed to lowercase except those following a space or an underscore wich are changed to uppercase. |
|
|
Replaces directory part of FileName by Dir. |
|
|
Replaces extension part of FileName by Ext. |
|
|
Returns Str with all suites of spaces changed to a single space. |
|
|
Returns the directory part of FileName. |
|
|
Returns the extension of FileName. |
|
|
JoinPaths concatenates the different path components in Elements to a single path. |
|
|
Returns a string consisting of all non-empty items of Elements separated by Sep. An item is considered empty if, once trimed, it is an empty string. |
|
|
Returns the string Path with all backslashes replaced with slashes and all suites of slashes replaced by a single slash. Potential trailing slashes are removed. |
|
|
Returns S surrounded by Qt and with each occurrence of Qt replaced by 2 Qt characters. |
|
|
Returns the substring of Str starting at Left and ending at Right. |
|
|
Returns a pascal representation of Str. |
|