HB_FNameMerge()
Composes a full file specification from individual components
Syntax
HB_FNameMerge( [<cPath>] , ; [<cFileName>] , ; [<cExtension>] ) --> cResult
Arguments
<cPath> : a character string holding the path component for a file.
<cFileName> : a character string holding the name component for the file.
<Extension> : a character string holding the file extension.
Return
This function returns a character string containing all components passed to the function. When no parameter is passed, an empty string (“”) is returned.
Description
HB_FNameMerge() is used to build a full qualified file name from individual components. They can be obtained by calling HB_FNameSplit().
Seealso
CurDir(), CurDrive(), Directory(), File(), HB_FNameSplit()