character string representing pathname to be parsed
Value
Returns a list with components:
pathstr
character string representing directory path
name
character string representing base of file name
ext
character string representing file extension
versn
character string representing version. Unused
Details
Determines the path, filename, extension, and version for the specified file.
The returned ext contains a dot (.) before the file extension.
The returned versn is always an empty string as the field is provided
for compatibility with its namesake's results.