Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

FileFindClose

  • Last UpdatedJul 18, 2023
  • 1 minute read

Closes a find (started with FileFind) that did not run to completion.

Syntax

FileFindClose()

Return Value

0 if no error is detected, or a Cicode error code if an error occurred.

FileFind

Example

//Find the first dbf file starting with fred

sPath = FileFind("[run]:\fred*.dbf", 0);

IF (StrLength(sPath) > 0) THEN

//Do work here

FileFindClose();

END

See Also

File Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in