FindPath
Verifies whether a directory exists.
| Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
|---|---|---|---|---|---|---|
| FindPath | File | Synchronous | Supported | Supported | Supported | Not supported |
Syntax
- strPathName
- The file path for which to search.
Returned value
| 0 | Path not found |
| 1 | Path found |
Examples
| Tag Name | Expression |
|---|---|
| Tag | FindPath( “C:Windows” ) |