PathFromWinPath$()

Syntax

PathFromWinPath$(Path$)

Remarks

Converts the Windows path and filename specified by Path$ to a valid path and filename for the current operating system.

On the Macintosh, drive names, folder names, and filenames are separated by colons (:) instead of backslashes. When converting a Windows path to a valid Macintosh path, Word does the following:

Because all Windows filenames are valid on the Macintosh, PathFromWinPath$() does not change the filenames themselves.

See Also

PathFromMacPath$()