The Path_MakeNative() function converts a generic pathname to a native pathname.
Path_MakeNative(pathname)
• pathname – A string containing the pathname in generic format.
A string containing the pathname in a format native to the operating system.
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/ |