Home
Change View
Print
Appendix: Built-in Scripting Language
>
File functions
>
FindPath
Verifies whether a directory exists.
Function
Group
Execution
Windows
Embedded
Thin Client
FindPath
File
Synchronous
Supported
Supported
Supported
Syntax
FindPath
(
strPathName
)
strPathName
The file path for which to search.
Returned value
0
Path not found
1
Path found
Examples
Tag Name
Expression
Tag
FindPath( "C:\WINNT\" )
Parent topic:
File functions