The Path_MakeGeneric() function converts a native pathname to a generic pathname.
Path_MakeGeneric(pathname)
• pathname – A string containing a pathname in native format.
A string containing the pathname in generic format.
Generic pathnames have been designed to allow several different operating environments access to the same set of data in a Dexterity application. Generic pathnames use a colon (:) before and after DOS drive letters. The characters that separate folders and directories are forward slashes (/).
Native pathname |
Generic pathname |
---|---|
C:\DEX\TOOLS\ |
:C:DEX/TOOLS/ |