Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

ROOTNAME( cFile )

Purpose

Return a filename, shorn of any file extension.

Arguments

     cFile -- filename, with or without a file extension

Setup

Following DOS conventions, a filename root and a filename extension are
separated by a period.

Example

     Both these examples return "MYDBF":

     ? ROOTNAME( "C:\DATA\MYDBF.DBF" )
     ? ROOTNAME( "C:\DATA\MYDBF" )

Returns

cFile, shorn of any file extension.

Side Effects

None.

Artful Calls

None.

Source File

ARTFUL.CH

See Also: AACURPATH() AAFILENAME() DBF_NAME()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson