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

FILEFOUND( cFile )

Purpose

Determine if a file exists and pop a message if it doesn't.

Arguments

     cFile -- name of file to look for

Setup

None.

Example

     IF !FILEFOUND( "myfile.txt" )
        RETURN .F.
     ENDIF

Returns

.T. if found, otherwise .F.

Side Effects

None.

Artful Calls

POP_MSG

Source File

AA_FILEF.PRG

Notes

To avoid a screen message, just use the Clipper function FILE().

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