FIsAPath (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
Bool32 FIsAPath(path);
Purpose
Determines whether path is a valid path.
Parameters
| Name | Type | Description |
|---|---|---|
| path | Path | Path you want to verify. |
Return Value
Bool32, which can contain the following values.
| Value | Description |
|---|---|
| TRUE | Path is well formed and type is absolute or relative. |
| FALSE | Path is not valid. |