FIsAPathOfType (LabVIEW Manager Function)
- 更新日2025-07-30
- 2分で読める
Bool32 FIsAPathOfType(path, ofType);
Purpose
Determines whether a path is a valid path of the specified type, relative or absolute.
Parameters
| Name | Type | Description |
|---|---|---|
| path | Path | Path you want to compare to the specified type. |
| ofType | int32 | Type you want to compare to the path's type.
ofType can have the following values:
|
Return Value
Bool32, which can contain the following values.
| Value | Description |
|---|---|
| TRUE | Path is well formed and type is identical to ofType. |
| FALSE | Otherwise. |