Bool32 FIsEmptyPath(path);
Determines whether path is a valid empty path.
Name | Type | Description |
---|---|---|
path | Path | Path you want to verify. |
Bool32, which can contain the following values.
Value | Description |
---|---|
TRUE | Path is well formed and empty and type is absolute or relative. |
FALSE | Path is not a valid empty path. |