MakeFullPathΒΆ

MakeFullPath creates a path name with backslashes (\). The function will complete a relative path.

ssReturnFileName = MakeFullPath(ssFilename)

Return Value

ssReturnFileName is a file name where the elements are separated with backslashes.

Parameters

ssFilename

ssFilename is a file name where the elements are separated by slashes or backslashes.

Comment

The function can be used to create filenames that are necessary to pass over the COM interface.

The path_normalize function only replaces the slash by a backslash.

id-1997262