DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
Files and Folders
StripFileExt
See also:
ExtractFileExt
,
ExtractFileName
,
ExtractFilePath
Index
Statistical Background
StripFileExt
Declaration:
StripFileExt
(FName: string): string;
Returns the filename
FName
without the file extension.
Example:
The expression
StripFileExt('C:\temp\Doc\readme.txt')
returns the string '
C:\temp\Doc\readme
'.