Delphi Programming RTL Reference|By Category|Alphabetically|By Unit
function IncludeTrailingBackslash(const S: string): string;
Adds '\' to the end of a string if it is not already there.
var s : string;
s := IncludeTrailingBackslash('c:\MyDocuments');
//s = c:\MyDocuments\
|
Searching for Files
Stop. This is the one and only solution to file searching. Use Delphi to find any file in any directory and/or subdirectory that match a certain mask. Start searching.
ExcludeTrailingBackslash,
|
Free Delphi code snippet inside every Delphi Newsletter! |
|
|
|
Got some code to share? Got a question? Need some help? |
|
|