Path_ParseFileFromPath()

Examples


The Path_ParseFileFromPath() function parses a file’s operating system name from a generic path.

Syntax

Path_ParseFileFromPath(file_path)

Parameters

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

Return value

A string containing the operating system name of the file.

Comments

The file_path must be in a generic format prior to parsing it using Path_ParseFileFromPath(). 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