[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Removes whitespace and resolves special characters in the specified path.
Source position: lazfileutils.pas line 63
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 ('').
|
Removes whitespace and resolves special characters in the specified file name. |
|
|
Adds a trailing path delimiter to the specified path (when needed). |
Version 4.0 | Generated 2025-05-03 | Home |