Bool32 FIsAPathOfType(path, ofType);
Determines whether a path is a valid path of the specified type, relative or absolute.
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:
|
Bool32, which can contain the following values.
Value | Description |
---|---|
TRUE | Path is well formed and type is identical to ofType. |
FALSE | Otherwise. |