MgErr FTextToPath(text, tlen, *p);
Creates a path from a string at the address text that represents a path in the platform-specific syntax for a path.
Name | Type | Description |
---|---|---|
text | UPtr | String that contains the path in platform-specific syntax. |
tlen | int32 | Number of characters in text. |
p | Path * | Address at which FTextToPath stores the resulting path. If nonzero, the function assumes it is a valid path, resizes the path, and fills in its value. If NULL, the function creates a new path, fills in its value, and stores the path at the address referred to by p. This parameter is a pointer. |
MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.
Value | Corresponding Error Code or Description |
---|---|
noErr | No error. |
mFullErr | 2 |