|
|
|
|
<Source>.FileExist (Function) In french: <Source>.FichierExiste
// Check whether the "Customer" data file exists IF Customer.FileExist() = True THEN // Processes ... END
Syntax
Checking the existence of a data file, query or view Hide the details
<Result> = <Source>.FileExist()
<Result>: Boolean - True if the physical file exists,
- False otherwise.
<Source>: Type corresponding to the specified source Name of the element to be used: - Name of data file.
- Name of view or query.
Remarks - <Source>.FileExist can be used whether the file is open or closed.
- <Source>.FileExist does not open the data file if it is closed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|