[Overview][Types][Classes][Procedures and functions][Index] |
|
Return a string with ACount #13 characters |
|
|
Return a string with ACount #13+#10 characters |
|
|
Return a string with ACount #10 characters |
|
|
Returns a string with ACount #9 characters |
|
|
Truncate a string to piWidth length and add '...' |
|
|
Add the EXE path to a file name |
|
|
If pStrValue is not '', add a trailing ' and ' |
|
|
If pStrValue is not '', add a trailing ', ' |
|
|
If pStrValue is not '', add a trailing ' or ' |
|
|
If pStr is not '', add a trailing ' ' |
|
|
If ALine is not '', add the trailing value AValue |
|
|
Append a string to a stream |
|
|
Returns the checksum of a string of numbers |
|
|
Scan the string pStrValue, and replace any characters pStrDel with pStrIns (Case insensitive) |
|
|
Writes "Press ENTER to continue" and waits for CrLf in a console application |
|
|
Copy a file from AFileFrom to AFileTo |
|
|
Delete a file, but without BDS2006 function inlining warning |
|
|
Delete all the files that match AWildCard found in ADirectory |
|
|
Copy all the directories, starting at AStartDir to the StringList ADirList |
|
|
Extract a file's extension. Similar to Delphi's ExtractFileExt except the '.' is not extracted. |
|
|
Extract the file name part of a file name (ie, remove the path and extension) |
|
|
Copy file names starting at AStartDir to the StringList ADirList |
|
|
Fixes the path separator for the *Unix platform. See implementation for more details. |
|
|
Similar to Delphi's ForceDirectory |
|
|
What is the path of the current EXE? |
|
|
Does AObject or AClass have RTTI enabled. |
|
|
Does a directory have any subdirectories? |
|
|
Insert a string to a stream |
|
|
Is a particular bit set? |
|
|
Returns true if the email address is valid |
|
|
Returns true if the file name is valid |
|
|
Check for file based URI. |
|
|
Find the position of the file extension. |
|
|
Convert a string into mized case using a simple algorithm |
|
|
Move a file from AFromFileName to AToFileName |
|
|
Normalize the string by replacing all repeated Spaces, Tabs and NewLines chars with a single space. |
|
|
Count the number of blocks of text in AValue separated by AToken |
|
|
Pad pStrValue with zeros on the LHS to make it pIntLen long |
|
|
Pad pStrValue with spaces on both sides to make it pIntLen long |
|
|
Pad pStrValue with spaces on the LHS to make it pIntLen long |
|
|
Pad pStrValue with spaces on the RHS to make it pIntLen long |
|
|
Return the first position of pStrValue in pStrTarget from the right |
|
|
Read a file's date with correction for the file's locale |
|
|
Read a file's date and size |
|
|
Read a file's size |
|
|
Remove Cr & LF characters |
|
|
Remove the extension from a filename. Similar to Delphi's ChangeFileExt() except the '.' is managed. |
|
|
Remove any leading zeros from a string |
|
|
If the last character of pStrLine is pStrValue, then remove it |
|
|
Replicate the string AValue to return a string ARepCount long |
|
|
Set a files date and time |
|
|
Return a string of spaces pIntLen long |
|
|
Read the entire contents of a stream as a string |
|
|
Write the string in AText to a file named AFileName |
|
|
Write a string into a stream overwriting all contents |
|
|
Replacement for Delphi's StrPos, but much faster. Not for FPC though! |
|
|
Scan the string pStrValue, and replace any characters pStrDel with pStrIns (Case sensitive) |
|
|
Scan the string pStrValue, and replace any characters pStrDel with pStrIns (Case sensitive) |
|
|
Extract a sub string within defined delimiters |
|
|
Change a file's extension. |
|
|
Extract the APos(th) block of text in AValue, separated by AToken |
|
|
Trim all characters before and including psTrim from psString |
|
|
Trim all characters after and including psTrim from psString |
|
|
Remove all the trailing white space characters (#32, #10, #13) from the end of a string |
|
|
Does the wildcard pPattern occur in the string pSource? |
|
|
Copy one directory tree to another |
|