| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Removes whitespace and resolve special characters in the specified file name
Source position: lazfileutils.pas line 61
function CleanAndExpandFilename( |
const Filename: string |
):string; |
Filename |
|
File name to examine in the function |
File name with whitespace removed and special charcters resolved
CleanAndExpandFilename is a String function used to remove whitespace and to resolve special characters in the specified file name. CleanAndExpandFilename calls TrimFilename and ExpandFileNameUTF8 to get the return value for the function. The return value is the current directory when Filename contains an empty string ('').
| lazarus-ccr.sourceforge.net |