CheckPathExist
(System Library)
Description: |
This subroutine checks for the existence of the specified path. |
Returns: |
Boolean |
Usage: |
Script only. |
Function Groups: |
File I/O |
Related to: |
CheckFileExist | CopyDir |
Format: |
System.CheckPathExist(Path) |
Parameters: |
|
Path |
Required. Any expression for the path whose existence you wish to verify. |
Comments: |
This subroutine checks for the existence of the path specified in Path. It returns 1 if the specified path exists, or 0 if the specified path does not exist. |
Example:
If Watch(1);
[
{ check whether the path exists... }
IfThen(System.CheckPathExist(SomePath),
...
Trihedral and VTScada are registered trade marks of Trihedral Engineering Limited
© Trihedral Engineering Limited 1983- 2024 All rights reserved.