|
|
|
|
version 2003
PA_DocumentExistOnServer (docName; fileType; fileCreator) → char
| Parameter | Type | Description | |
| docName | char * | → | Name of the file to test |
| fileType | unsigned long | → | 4 bytes FileType of the file to test |
| fileCreator | unsigned long | → | 4 bytes FileCreator of the file to test |
| Function result | char | ← | 1 = The document exists. 0 = File not found |
Description
While running under 4D Client, the routine
PA_DocumentExistOnServer
allows the 4D plug-in to test if a document located on the server machine exists and if the plug-in can access to it.
NOTE
: