[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'UPasConf' (#Pkg)

Reference for unit 'UPasConf': Procedures and functions

BaseName

  

Removes directory from Filename.

Capitalize

  

Returns S with all characters changed to lowercase except those following a space or an underscore wich are changed to uppercase.

ChangeDir

  

Replaces directory part of FileName by Dir.

ChangeExt

  

Replaces extension part of FileName by Ext.

Contract

  

Returns Str with all suites of spaces changed to a single space.

DecodeVersion

DirName

  

Returns the directory part of FileName.

EncodeVersion

Extension

  

Returns the extension of FileName.

ForEach

JoinPaths

  

JoinPaths concatenates the different path components in Elements to a single path.

List

  

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.

NormalizePath

  

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.

Quote

  

Returns S surrounded by Qt and with each occurrence of Qt replaced by 2 Qt characters.

Slice

  

Returns the substring of Str starting at Left and ending at Right.

Sort

StrToPas

  

Returns a pascal representation of Str.

Wildcards