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

DBF_EXIST( _dbfname )

Purpose

Ensure that a named .DBF file exists in the current directory.

Arguments

     cDbfname -- name of the file to check.

Setup

None.

Example

     LOCAL mFile := SPACE( 8 )
     @ 5, 5 SAY "Enter .DBF name:" ;
        GET mFile VALID DBF_EXIST( mFile )
     READ_IT()

Returns

.T. if cDbfname exists in the current directory.

Side Effects

None.

Artful Calls

FILEFOUND

Source File

ARTFUL.CH

Notes

This is a pseudo-function via #define.

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