Extract the file name part of a file name (ie, remove the path and extension)
Source position: tiUtils.pas line 194
function tiExtractFileNameOnly(
AValue: string
):string;