Path_ParsePathFromPath()

Examples


The Path_ParsePathFromPath() function parses the path name from a generic path.

Syntax

Path_ParsePathFromPath(file_path)

Parameters

file_path A string containing the generic pathname from which the path will be parsed.

Return value

A string containing the path where the file is located.

Comments

The file_path must be in a generic format prior to parsing it using Path_ParsePathFromPath(). All Dexterity commands that return pathnames will do so in generic format. The following illustration shows a generic path and the resulting operating system name that’s parsed:

[spacer]


Documentation Feedback