[Overview][Constants][Types][Classes][Procedures and functions][Index] |
CleanAndExpandFilename - trims irrelevant characters such as path delimiters from the name of the file
Source position: fileutil.pas line 89
function CleanAndExpandFilename( |
const Filename: String |
):String; |
Filename |
|
The name of the file for processing |
Returns the original file name without redundant leading or trailing spaces, path delimiters etc
lazarus-ccr.sourceforge.net |