Launch_ParseFileFromPath()

Examples


The Launch_ParseFileFromPath() function parses a file’s operating system name from a generic pathname.

Syntax

Launch_ParseFileFromPath(file_path)

Parameters

file_path – A string containing a pathname in generic format.

Return value

A string containing the file’s operating system name.

Comments

The file_path must be in a generic format prior to parsing the file name from it using this function. 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