[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
File_Name


Purpose   Extracts the file name, excluding the extension, from a fully
          qualified filename.

Decln.    File_Name(FullName:string):string;

Returns   String

Remarks   This function is only available to the Turbo 5.0 programmer.

          FullName is the source filename.

Example

VAR
  F : STRING;
BEGIN
    F := FILE_NAME('C:\TURBO5\TTT5\MISCTTT5.PAS');
END;

F is assigned the value "MISCTTT5".

See Also: File_Drive File_Directory File_Ext
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson