| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Removes whitespace and resolves special characters in the specified path
Source position: lazfileutils.pas line 62
function CleanAndExpandDirectory( |
const Filename: string |
):string; |
Filename |
|
Path information for the function |
Path information after removing whitespace and resolving special characters
CleanAndExpandDirectory is a String function used to remove whitespace and resolve special characters in the specified path. CleanAndExpandDirectory calls CleanAndExpandFilename to get the return value for the function. CleanAndExpandDirectory calls AppendPathDelim to ensure that a trailing path delimiter is included in the return value. The return value is the current directory when the specified path contains an empty string ('').
| lazarus-ccr.sourceforge.net |