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

DELFILES( acFiles )

Purpose

Multi-user code transparency for deleting files: the function adjusts
itself to a multi-user context through the current state of the Clipper
EXCLUSIVE flag.

Arguments

     acFiles -- file name or array of file names

Setup

If an array of file names is passed, the array must be declared and filled.

Example

     ? DELFILES( "myfile.txt" )

Returns

.T. if successful, otherwise .F.

Side Effects

Deletes file(s).

Artful Calls

None.

Source File

AA_DELFI.PRG

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