[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FilenameIsPascalUnit - checks that the supplied name is a correct Pascal unit name
Source position: fileutil.pas line 85
function FilenameIsPascalUnit( |
const Filename: String |
):Boolean; |
Filename |
|
The name of the file for checking |
Returns True if the supplied name is a correct Pascal Unit filename
FilenameIsPascalUnit - checks that the supplied name is a correct Pascal unit name
Looks at the file extension to see if it matches one of the standard Pascal extensions (currently .p, .pp, .pas)
lazarus-ccr.sourceforge.net |