Error Messages/46030
Example Error Message
- In the call to FilePathPart, 'file' is not a valid option for «part». Should be one of: 'extension', 'filename', 'filename only', 'folder', 'name', or 'parent'.
Description
The second parameter to FilePathPart isn't one of the recognized values. In the example, 'file'
was specified, but the user probably meant to put 'filename'
.
See Also
Comments
Enable comment auto-refresher