DIRECTORY()

From Lianjapedia
Revision as of 10:05, 3 October 2012 by Lianjasupport (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to check whether directory exists

Syntax

DIRECTORY(<expC>[,<expN>])

See Also

DATABASEEXISTS(), FILE(), SET FILECASE, SET PATH, TABLEEXISTS()

Description

The DIRECTORY() function returns .T. if the directory specified in <expC> exists and .F. otherwise.

Example

? directory("C:\Lianja\Apps\lianjademo")